diff --git a/pages/plus/history/[slug].tsx b/pages/plus/history/[[...slug]].tsx similarity index 97% rename from pages/plus/history/[slug].tsx rename to pages/plus/history/[[...slug]].tsx index c251dd5b5..b7e0b195e 100644 --- a/pages/plus/history/[slug].tsx +++ b/pages/plus/history/[[...slug]].tsx @@ -32,8 +32,6 @@ export const getStaticProps: GetStaticProps = async month, }); - console.log({ summaries }); - if (!summaries.length) return { notFound: true }; return {