From 8043865b1dea7d9f20beeffb37218db52b5fcd3b Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Thu, 26 Sep 2024 08:43:27 +0600 Subject: [PATCH] Change branch target for docs --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 25ebaeedd..1104fce76 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,7 +17,7 @@ const docsSource: any = { name: 'nuxt-docs', driver: 'github', repo: 'translation-gang/nuxt', - branch: 'main', + branch: '3.x', dir: 'docs', prefix: '/1.docs', token: process.env.NUXT_GITHUB_TOKEN || ''