From 5130ec6bc6f24363f459932735af18619e46f207 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 8 Jul 2024 09:19:15 +0300 Subject: [PATCH 1/2] robots txt --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index b037c3e..a2e80c4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -80,7 +80,7 @@ export default defineNuxtConfig({ robots: { rules: { UserAgent: '*', - Disallow: '/', + // Disallow: '/', } } }) \ No newline at end of file -- 2.40.1 From 8cbcc9ca1581675557b67979e57662c7f66e6de7 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 8 Jul 2024 09:22:57 +0300 Subject: [PATCH 2/2] autodeploy main --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bd3b628..33fd259 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: -- 2.40.1