From ba26969e5a521d94601e3334e972ab0ef25d582a Mon Sep 17 00:00:00 2001 From: Cypro Freelance <110410268+Proxyy587@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:30:02 +0530 Subject: [PATCH] seos --- theme.config.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.config.tsx b/theme.config.tsx index 6d2f050..f3a4484 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -1,6 +1,16 @@ import { useRouter } from "next/router"; export default { + head: ( + <> + + + + + ), editLink: { component: null, },