测试编译

This commit is contained in:
tangly1024
2022-03-08 18:06:37 +08:00
parent 14beb27d0b
commit 69422fff7f
10 changed files with 138 additions and 71 deletions

View File

@@ -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}/>
}