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: 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