1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 02:15:47 -04:00

only minify compiled MDX source in production

This commit is contained in:
2022-02-03 10:54:24 -05:00
parent 3dcf6cf45f
commit 0127004e3a
5 changed files with 84 additions and 78 deletions

View File

@@ -56,6 +56,7 @@ const App = ({ Component, pageProps }: AppProps) => {
return (
<>
{/* all SEO config is in ./lib/seo.ts except for canonical URLs, which require access to next router */}
<DefaultSeo
{...defaultSeo}
canonical={canonical}