diff --git a/src/app/robots.ts b/src/app/robots.ts index 539491a..6cbefd2 100644 --- a/src/app/robots.ts +++ b/src/app/robots.ts @@ -15,8 +15,6 @@ export default async function robots(): Promise { crawlDelay: 60 }] - console.log(slugs.length) - const dynamicRules: MetadataRoute.Robots["rules"] = slugs.length > 0 ? [{ userAgent: allowedBots,