Merge pull request 'robots and prod build' (#15) from dev into main
Deploy / build_and_push_images (push) Successful in 1m25s Details
Deploy / deploy_to_server_dev (push) Successful in 31s Details

Reviewed-on: #15
This commit is contained in:
ksenia_mikhailova 2024-07-08 09:24:53 +03:00
commit a0a38a9d25
2 changed files with 2 additions and 2 deletions

View File

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

View File

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