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 }; }