From a3c1e7b1093e0377365006c81d5f51fdcd333a11 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 28 Jun 2022 13:16:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20Add=20default-seo=20config?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/_app.tsx | 3 ++ src/pages/_document.tsx | 70 +---------------------------------------- 2 files changed, 4 insertions(+), 69 deletions(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 0e47b52..4c4be48 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -20,10 +20,13 @@ import { fetcher } from "@/services/fetcher"; // React Hot Toast -> import { Toaster } from "react-hot-toast"; +import { DefaultSeo } from "next-seo"; +import nextSeoConfig from "next-seo.config"; function MyApp({ Component, pageProps, router }: AppProps) { return ( <> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +