Skip to content

Commit

Permalink
Website: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 11, 2023
1 parent 11d739a commit 45ec771
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 45ec771

Please sign in to comment.