From 45ec7715389d2498c8f96be4a80688602d721e41 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 11 Oct 2023 21:49:25 +0200 Subject: [PATCH] Website: remove log --- website/theme.config.jsx | 1 - 1 file changed, 1 deletion(-) 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 {