From d82e401aca0e7baafcfd63a9c9765d4adceb44b8 Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Tue, 10 Sep 2024 19:36:45 +0600 Subject: [PATCH] Update examplesSource repo --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 54c836f53..25ebaeedd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -30,7 +30,7 @@ if (docsSourceBase) { const examplesSource: any = { name: 'nuxt-examples', driver: 'github', - repo: 'nuxt/examples', + repo: 'translation-gang/examples', branch: 'main', dir: '.docs', prefix: '/docs/4.examples',