mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 20:55:47 -04:00
clean up strict types a bit more
This commit is contained in:
@@ -61,8 +61,8 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* all SEO config is in ../lib/config/seo.ts except for canonical URLs, which require access to next router */}
|
||||
<DefaultSeo
|
||||
// all SEO config is in ../lib/config/seo.ts except for canonical URLs, which require access to next router
|
||||
{...defaultSeo}
|
||||
canonical={canonical}
|
||||
openGraph={{
|
||||
|
||||
Reference in New Issue
Block a user