1
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:
2022-06-13 12:01:35 -04:00
parent 1776173cab
commit a63ea35463
15 changed files with 363 additions and 53 deletions

View File

@@ -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={{