字数统计相关

This commit is contained in:
tlyong1992
2022-06-20 10:34:19 +08:00
parent f2ce99f754
commit ea2b5209de
2 changed files with 16 additions and 13 deletions

View File

@@ -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(