From 28e4f8467b84dbb61cd1df4ec2f8321a4b586237 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 7 Aug 2025 00:01:00 +0200 Subject: [PATCH] Removed console log --- src/app/robots.ts | 2 -- 1 file changed, 2 deletions(-) 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,