robots and prod build #15

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

View File

@ -3,7 +3,7 @@ name: Deploy
on: on:
push: push:
branches: branches:
- dev # Adjust the branch as needed - main # Adjust the branch as needed
jobs: jobs:
build_and_push_images: build_and_push_images:

View File

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