mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 20:55:47 -04:00
reduce theme context's unnecessary crap even more
This commit is contained in:
@@ -57,7 +57,7 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
const getLayout = Component.getLayout || ((page) => <Layout>{page}</Layout>);
|
||||
|
||||
return (
|
||||
<ThemeProvider classNames={themeClassNames} enableColorScheme={true}>
|
||||
<ThemeProvider classNames={themeClassNames}>
|
||||
{/* all SEO config is in ../lib/config/seo.ts except for canonical URLs, which require access to next router */}
|
||||
<DefaultSeo
|
||||
{...defaultSeo}
|
||||
|
||||
Reference in New Issue
Block a user