From 1b48cbe1f4e83434ad7d04888594d4487573bd8f Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 10 Jul 2025 13:51:09 +0200 Subject: [PATCH] Update edit link base URL to point to the master branch --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 52a09a6..da0f4cb 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -40,7 +40,7 @@ export default defineConfig({ { label: "API", badge: "WIP", items: ["docs/api"] }, ], editLink: { - baseUrl: "https://git.steamwar.de/SteamWar/Website/src/branch/main/", + baseUrl: "https://git.steamwar.de/SteamWar/Website/src/branch/master/", }, }), tailwind({