Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jan 23, 2023
1 parent 23de004 commit 317415a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const config = {
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'zh-Hans',
locales: ['en','zh-Hans'],
defaultLocale: 'en',
locales: ['en'],
},

presets: [
Expand Down Expand Up @@ -78,7 +78,7 @@ const config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/retrofor/retro',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -118,7 +118,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/facebook/HsiangNianian',
href: 'https://github.com/HsiangNianian',
},
],
},
Expand Down

0 comments on commit 317415a

Please sign in to comment.