Removed console log

This commit is contained in:
2025-08-07 00:01:00 +02:00
parent efa4fdcb95
commit 28e4f8467b

View File

@@ -15,8 +15,6 @@ export default async function robots(): Promise<MetadataRoute.Robots> {
crawlDelay: 60 crawlDelay: 60
}] }]
console.log(slugs.length)
const dynamicRules: MetadataRoute.Robots["rules"] = slugs.length > 0 ? const dynamicRules: MetadataRoute.Robots["rules"] = slugs.length > 0 ?
[{ [{
userAgent: allowedBots, userAgent: allowedBots,