From 5130ec6bc6f24363f459932735af18619e46f207 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 8 Jul 2024 09:19:15 +0300 Subject: [PATCH] robots txt --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index b037c3e..a2e80c4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -80,7 +80,7 @@ export default defineNuxtConfig({ robots: { rules: { UserAgent: '*', - Disallow: '/', + // Disallow: '/', } } }) \ No newline at end of file