From 9c22bcd0488572e0dd19f3752566e59921c34fd1 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Mon, 13 Nov 2023 20:49:45 +0900 Subject: [PATCH] Update robots.ts --- app/[locale]/robots.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/[locale]/robots.ts b/app/[locale]/robots.ts index c9849a276..3c5fd9400 100644 --- a/app/[locale]/robots.ts +++ b/app/[locale]/robots.ts @@ -9,7 +9,6 @@ export default function robots() { userAgent: '*' } ], - sitemap: `${baseUrl}/sitemap.xml`, host: baseUrl }; }