aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-19 01:41:14 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-19 01:41:14 +0900
commit228742f3431a86f6fe6616b06a421e753a515231 (patch)
tree8ff36cce517efb94bf3535df063f75e7df574197
parent52976e3d2fb6410969cb4f93381c45b6712f6ed6 (diff)
Fix editLink baseUrl path duplication
-rw-r--r--astro.config.mjs3
1 files changed, 1 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 438266a..7c58d4a 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -152,8 +152,7 @@ export default defineConfig({
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 6 },
lastUpdated: true,
editLink: {
- baseUrl:
- "https://cgit.yasutakeyohei.com/yasutakeyohei.com/tree/src/content/docs/",
+ baseUrl: "https://cgit.yasutakeyohei.com/yasutakeyohei.com/tree/",
},
plugins: [],
pagefind: true,