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