Skip to content

Commit

Permalink
feat: defaultLocale
Browse files Browse the repository at this point in the history
  • Loading branch information
juliano-soares committed Mar 31, 2024
1 parent 1748bd1 commit 4d5c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = async () => {
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: "pt",
defaultLocale: "en",
locales: ["en", "pt"],
localeConfigs: {
en: {
Expand Down

0 comments on commit 4d5c001

Please sign in to comment.