Skip to content

Commit d2b5695

Browse files
fix
1 parent 57caa9d commit d2b5695

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ module.exports = {
6464
{
6565
text: '多语言',
6666
items: [
67-
{
68-
text: '简体中文',
69-
link: 'https://cn.vitejs.dev'
70-
},
7167
{
7268
text: 'English',
7369
link: 'https://vitejs.dev'
7470
},
71+
{
72+
text: '简体中文',
73+
link: 'https://cn.vitejs.dev'
74+
},
7575
{
7676
text: '日本語',
7777
link: 'https://ja.vitejs.dev'

0 commit comments

Comments
 (0)