diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-19 01:43:37 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-19 01:43:37 +0900 |
| commit | a35337f64418a57fb83047e30a78dc9b35f0de62 (patch) | |
| tree | db021ef0ae78512f00f05b650ba3d98af1b8fc40 | |
| parent | 228742f3431a86f6fe6616b06a421e753a515231 (diff) | |
Add .git suffix to editLink URL
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 7c58d4a..bd866c2 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/tree/", + baseUrl: "https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/tree/", }, plugins: [], pagefind: true, |
