diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 992f16d92..fd62aad8f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -220,7 +220,7 @@ export default defineConfig({ }, { text: 'Get Started', - link: withBase('/en/docs/overview'), + link: withBase('/en/docs/overview/'), }, ], }, @@ -500,7 +500,7 @@ export default defineConfig({ }, { text: 'はじめに', - link: withBase('/ja/docs/overview'), + link: withBase('/ja/docs/overview/'), }, ], },