aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-19 01:46:34 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-19 01:46:34 +0900
commitd9ca6f6281aa1885aa3e04b00032d70837c9b6ef (patch)
tree42c2b9a823ffd44415a98b0f3494b47700397a87
parenta35337f64418a57fb83047e30a78dc9b35f0de62 (diff)
Change editLink from tree to log viewHEADmain
-rw-r--r--astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
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,