Removed console log
This commit is contained in:
@@ -15,8 +15,6 @@ export default async function robots(): Promise<MetadataRoute.Robots> {
|
||||
crawlDelay: 60
|
||||
}]
|
||||
|
||||
console.log(slugs.length)
|
||||
|
||||
const dynamicRules: MetadataRoute.Robots["rules"] = slugs.length > 0 ?
|
||||
[{
|
||||
userAgent: allowedBots,
|
||||
|
||||
Reference in New Issue
Block a user