Skip to content

Commit aef6460

Browse files
authored
fix
1 parent 0dffaa2 commit aef6460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const config = {
3131
// metadata like html lang. For example, if your site is Chinese, you may want
3232
// to replace "en" with "zh-Hans".
3333
i18n: {
34-
defaultLocale: 'zh-Hans',
35-
locales: ['zh-Hans'],
34+
defaultLocale: 'zh-cn',
35+
locales: ['zh-cn'],
3636
},
3737

3838
presets: [

0 commit comments

Comments
 (0)