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