diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index e87bd90a..e99303ab 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -1,6 +1,7 @@ /* eslint-disable react/jsx-props-no-spreading */ import { SWRConfig } from "swr"; import { appWithTranslation } from "next-i18next"; +import Head from "next/head"; import "styles/globals.css"; import "styles/theme.css"; @@ -18,6 +19,10 @@ function MyApp({ Component, pageProps }) { fetcher: (resource, init) => fetch(resource, init).then((res) => res.json()), }} > +
+ {/* https://nextjs.org/docs/messages/no-document-viewport-meta */} + +