fix(docs): incorrect button link (#1411)
This commit is contained in:
@@ -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/'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user