From 89e3d514b667c60400c586879fd2ab220d7edd7b Mon Sep 17 00:00:00 2001 From: Pablo LION <36828324+PabloLION@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:25:16 +0100 Subject: [PATCH] fix: typo in link of "Edit this page on GitHub" (#2699) --- docs/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app.config.ts b/docs/app.config.ts index 2ae11bd58..e8a57903f 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -10,7 +10,7 @@ export default defineAppConfig({ }, github: { branch: 'main', - repo: 'nuxt-modules/i18n', + repo: 'i18n', owner: 'nuxt-modules', dir: 'docs/content', edit: true