From 619cda52f131527cadd889861d183c941dc74e1e Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Wed, 9 Jul 2025 15:30:36 +0200 Subject: [PATCH] fix: editlink `editLink` was incorrectly set, so Gitea was showing 404 responses. --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1873c36..3c40bfc 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,7 +30,7 @@ export default defineConfig({ } ], editLink: { - baseUrl: "https://git.jabber.space/devs/jabber.space/" + baseUrl: "https://git.jabber.space/devs/jabber.space/src/branch/master" }, lastUpdated: true, sidebar: [