mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-22 07:26:48 +00:00
字数统计相关
This commit is contained in:
@@ -10,11 +10,11 @@ const Code = dynamic(() =>
|
||||
import('react-notion-x/build/third-party/code').then((m) => m.Code), { ssr: true }
|
||||
)
|
||||
const Collection = dynamic(() =>
|
||||
import('react-notion-x/build/third-party/collection').then((m) => m.Collection), { ssr: false }
|
||||
import('react-notion-x/build/third-party/collection').then((m) => m.Collection), { ssr: true }
|
||||
)
|
||||
|
||||
const Equation = dynamic(() =>
|
||||
import('react-notion-x/build/third-party/equation').then((m) => m.Equation), { ssr: false }
|
||||
import('react-notion-x/build/third-party/equation').then((m) => m.Equation), { ssr: true }
|
||||
)
|
||||
|
||||
const Pdf = dynamic(
|
||||
|
||||
Reference in New Issue
Block a user