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: {