diff --git a/components/NotionPage.js b/components/NotionPage.js index cad7fcf1..4d362180 100644 --- a/components/NotionPage.js +++ b/components/NotionPage.js @@ -7,7 +7,7 @@ import Image from 'next/image' import Link from 'next/link' const Code = dynamic(() => - import('react-notion-x/build/third-party/code').then((m) => m.Code), { ssr: false } + 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 }