Skip to content

Commit

Permalink
Merge branch 'chat2db:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
miahemu authored Jun 6, 2024
2 parents 8e907b4 + 51c7020 commit 7f195b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const withNextra = require("nextra")({

module.exports = withNextra({
i18n: {
locales: ["en-US", "zh-CN", "ja-JP"],
defaultLocale: "en-US",
locales: ["zh-CN", "en-US", "ja-JP"],
defaultLocale: "zh-CN",
},
redirects: () => {
return [
Expand Down

0 comments on commit 7f195b5

Please sign in to comment.