From fb756d7b7a6972622e67d307432e353c83fad2b0 Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Sun, 11 Aug 2024 22:33:35 +0700 Subject: [PATCH] feat - test deploy --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index d9cb37add..2dc361541 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: 'nuxt/nuxt', - branch: '3.x', + repo: 'translation-gang/nuxt', + branch: 'main', dir: 'docs', prefix: '/1.docs', token: process.env.NUXT_GITHUB_TOKEN || ''