From 90d3d65ee0c2d3cf816ba7c3f39be0b3382e9131 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 12 Jan 2022 14:20:57 +0800 Subject: [PATCH] =?UTF-8?q?archive=E5=8F=AA=E5=B1=95=E7=A4=BApost=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/archive/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/archive/index.js b/pages/archive/index.js index 2523c6a0..429d06d4 100644 --- a/pages/archive/index.js +++ b/pages/archive/index.js @@ -9,7 +9,7 @@ import React, { useEffect } from 'react' export async function getStaticProps () { const from = 'index' const { allPosts, categories, tags, postCount } = - await getGlobalNotionData({ from, includePage: true }) + await getGlobalNotionData({ from }) return { props: {