Small fix

This commit is contained in:
Enrico Ros
2023-03-24 17:57:53 -07:00
parent b308bf418c
commit ccb5456e28
+2 -2
View File
@@ -69,8 +69,8 @@ export default function MyApp({ Component, emotionCache = clientSideEmotionCache
<CssVarsProvider defaultMode='light' theme={theme}>
{/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */}
<CssBaseline />
<Component {...pageProps} debug={false} />
<VercelAnalytics />
<Component {...pageProps} />
<VercelAnalytics debug={false} />
</CssVarsProvider>
</CacheProvider>
);