mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 15:10:16 +00:00
测试编译
This commit is contained in:
@@ -2,9 +2,11 @@ import BLOG from '@/blog.config'
|
||||
import { getPostBlocks } from '@/lib/notion'
|
||||
import { getGlobalNotionData } from '@/lib/notion/getNotionData'
|
||||
import { useGlobal } from '@/lib/global'
|
||||
|
||||
const Index = (props) => {
|
||||
const { ThemeComponents } = useGlobal()
|
||||
// return <ThemeComponents.Next.LayoutIndex {...props}/>
|
||||
console.log(ThemeComponents)
|
||||
// return <></>
|
||||
return <ThemeComponents.LayoutIndex {...props}/>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user