robots and prod build #15

Merged
ksenia_mikhailova merged 3 commits from dev into main 2024-07-08 09:24:54 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5130ec6bc6 - Show all commits

View File

@ -80,7 +80,7 @@ export default defineNuxtConfig({
robots: {
rules: {
UserAgent: '*',
Disallow: '/',
// Disallow: '/',
}
}
})