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