Skip to content

Commit

Permalink
feat: 去掉繁体和土耳其语
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFan626 committed Apr 8, 2024
1 parent 7668d03 commit 063f18f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const withNextra = require("nextra")({

module.exports = withNextra({
i18n: {
locales: ["en-US", "zh-CN", "zh-TW", "ja-JP", "tr-TR"],
locales: ["en-US", "zh-CN", "ja-JP"],
defaultLocale: "en-US",
},
redirects: () => {
Expand All @@ -19,4 +19,3 @@ module.exports = withNextra({
];
},
});

0 comments on commit 063f18f

Please sign in to comment.