fix(docs): incorrect button link (#1411)

This commit is contained in:
雨落
2026-03-17 22:33:21 +08:00
committed by GitHub
parent ea599e8504
commit 5a574e1806
+2 -2
View File
@@ -220,7 +220,7 @@ export default defineConfig<ThemeConfig>({
},
{
text: 'Get Started',
link: withBase('/en/docs/overview'),
link: withBase('/en/docs/overview/'),
},
],
},
@@ -500,7 +500,7 @@ export default defineConfig<ThemeConfig>({
},
{
text: 'はじめに',
link: withBase('/ja/docs/overview'),
link: withBase('/ja/docs/overview/'),
},
],
},