From 4f0a6e8d133ab5adaa51670612c37928f5072c77 Mon Sep 17 00:00:00 2001 From: tlyong1992 Date: Mon, 13 Jun 2022 16:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=AE=8C=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/NotionPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }