From a2b54e9f41162fb4908f83f991157afa238045af Mon Sep 17 00:00:00 2001 From: Ryo Igarashi Date: Sat, 18 Jan 2025 21:49:38 +0900 Subject: [PATCH] chore: Use nofollow --- src/app/[locale]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 5b73b41..b7a1e01 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -42,7 +42,7 @@ export const metadata: Metadata = { }, robots: { index: false, - follow: true, + follow: false, }, openGraph: { images: "/cover.png",