From 1e156543d48ba85edc21ae9b9236d61d4284d1be Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 27 Jan 2022 10:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=87=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=E5=BD=92=E6=A1=A3=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tag/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tag/index.js b/pages/tag/index.js index 5260a5ca..806cd993 100644 --- a/pages/tag/index.js +++ b/pages/tag/index.js @@ -15,7 +15,7 @@ export async function getStaticProps () { latestPosts } = await getGlobalNotionData({ from, - includePage: true, + includePage: false, tagsCount: 0 })