From 5611c54c97209fbc658fa6010017f4b288310b7b Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 19 Jun 2024 12:30:49 +0300 Subject: [PATCH] robots rules --- nuxt.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 7cbe0a1..bf3f06e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,5 +17,9 @@ export default defineNuxtConfig({ }, vite: { assetsInclude: ['**/*.glb', '**/*.gltf'], + }, + robots: { + UserAgent: '*', + Disallow: '/', } }) \ No newline at end of file