From 52976e3d2fb6410969cb4f93381c45b6712f6ed6 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:36:11 +0900 Subject: Fix editLink to point to cgit repo --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3-54-g00ecf