diff options
Diffstat (limited to 'astro.config.mjs')
| -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, |
