Skip to content

Commit

Permalink
Merge pull request #39 from kogepanh/feature/#29
Browse files Browse the repository at this point in the history
#29 fix i18n default path
  • Loading branch information
kogepanh authored Jul 22, 2021
2 parents b123c79 + 8e7927b commit 2b5b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = {
// },
i18n: {
locales: ["ja-JP", "en"],
defaultLocale: "en",
defaultLocale: "ja-JP",
},
};

0 comments on commit 2b5b428

Please sign in to comment.