From fe14d79e01cf1922ed1130921f8c343fd1310ff4 Mon Sep 17 00:00:00 2001 From: Djeex Date: Thu, 14 Nov 2024 23:33:56 +0000 Subject: [PATCH] Fixed github edit link --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index 9802405..5c0ef47 100644 --- a/app.config.ts +++ b/app.config.ts @@ -43,7 +43,7 @@ export default defineAppConfig({ github: { baseUrl:'https://git.djeex.fr', dir: 'content', - branch: 'src/master', + branch: 'src/branch/master', repo: 'docudjeex', owner: 'Djeex', edit: true