diff --git a/website/theme.config.jsx b/website/theme.config.jsx index a3782d99e..e20d64740 100644 --- a/website/theme.config.jsx +++ b/website/theme.config.jsx @@ -12,7 +12,6 @@ export default { }, useNextSeoProps() { const { asPath } = useRouter(); - console.log(asPath); // On SSG the path is `/index` instead of `/` for some reason if (asPath === '/' || asPath === '/index') { return {