From d9ca6f6281aa1885aa3e04b00032d70837c9b6ef Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:46:34 +0900 Subject: Change editLink from tree to log view --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index bd866c2..8813fc6 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.git/tree/", + baseUrl: "https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/log/", }, plugins: [], pagefind: true, -- cgit v1.2.3-54-g00ecf