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