mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-22 07:16:44 +00:00
🖼
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export * from './NotionPage'
|
||||
export * from './Page404'
|
||||
export * from './ErrorPage'
|
||||
@@ -1,3 +1,3 @@
|
||||
import { Page404 } from '@/components'
|
||||
import { Page404 } from '@/components/Page404'
|
||||
|
||||
export default Page404
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import * as React from 'react'
|
||||
import { GetStaticProps } from 'next'
|
||||
|
||||
import { NotionPage } from '@/components'
|
||||
|
||||
import { NotionPage } from '@/components/NotionPage'
|
||||
import { domain, isDev } from '@/lib/config'
|
||||
import { getSiteMap } from '@/lib/get-site-map'
|
||||
import { resolveNotionPage } from '@/lib/resolve-notion-page'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { ErrorPage } from '@/components'
|
||||
import { ErrorPage } from '@/components/ErrorPage'
|
||||
|
||||
export default ErrorPage
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import * as React from 'react'
|
||||
|
||||
import { NotionPage } from '@/components'
|
||||
|
||||
import { NotionPage } from '@/components/NotionPage'
|
||||
import { domain } from '@/lib/config'
|
||||
import { resolveNotionPage } from '@/lib/resolve-notion-page'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user