bx-843-testing #14

Merged
ksenia_mikhailova merged 2 commits from bx-843-testing into dev 2024-07-08 09:24:35 +03:00
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: '/',
}
}
})