From 0257f6994db2e94ee05934a52546e3c056ee23e8 Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Fri, 12 Jul 2024 15:52:20 +0600 Subject: [PATCH] feat(docs) test deploy --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index f7b9a3b2c..c9e7ae69b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,8 +17,8 @@ const examplesSourceBase = normalizedDirPath(process.env.NUXT_EXAMPLES_PATH) const docsSource: any = { name: 'nuxt-docs', driver: 'github', - repo: 'translation-gang/nuxt', - branch: 'main', + repo: 'nuxt/nuxt', + branch: '3.x', dir: 'docs', prefix: '/1.docs', token: process.env.NUXT_GITHUB_TOKEN || ''