From 3f465e4d96eb43a736ae92a985ca69832ceb841b Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Mon, 19 Aug 2024 11:43:51 +0600 Subject: [PATCH] feat - test deploy --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index da6f7ff07..fde40ed02 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -31,7 +31,7 @@ if (docsSourceBase) { const examplesSource: any = { name: 'nuxt-examples', driver: 'github', - repo: 'translation-gang/examples', + repo: 'nuxt/examples', branch: 'main', dir: '.docs', prefix: '/docs/4.examples',