Skip to content

Commit 61e0495

Browse files
committed
fix: broken jp translation link
1 parent 9b54289 commit 61e0495

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const config: Config = {
4747
label: 'English',
4848
},
4949
jp: {
50-
label: '日本語',
50+
label: '日本語',
51+
baseUrl: '/jp',
5152
},
5253
},
5354
},
@@ -147,7 +148,7 @@ const config: Config = {
147148
{
148149
type: 'localeDropdown',
149150
position: 'right',
150-
},
151+
},
151152
],
152153
},
153154
prism: {

0 commit comments

Comments
 (0)