From eb99a06cf98f6aa7f08fb5706fd12e09b0886efb Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 15 Feb 2021 12:01:20 +0200 Subject: [PATCH] fix plus voting history page name --- pages/plus/history/{[slug].tsx => [[...slug]].tsx} | 2 -- 1 file changed, 2 deletions(-) rename pages/plus/history/{[slug].tsx => [[...slug]].tsx} (97%) 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 {