From a35337f64418a57fb83047e30a78dc9b35f0de62 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:43:37 +0900 Subject: Add .git suffix to editLink URL --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 7c58d4a..bd866c2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -152,7 +152,7 @@ export default defineConfig({ tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 6 }, lastUpdated: true, editLink: { - baseUrl: "https://cgit.yasutakeyohei.com/yasutakeyohei.com/tree/", + baseUrl: "https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/tree/", }, plugins: [], pagefind: true, -- cgit v1.2.3-54-g00ecf