From 64eb5cdd8e7e60982da5615bc3e1f42e42e84c06 Mon Sep 17 00:00:00 2001 From: Jerry Fan Date: Wed, 5 Jun 2024 19:21:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=8D=A2=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index e7c77bd1..5f30e42d 100644 --- a/next.config.js +++ b/next.config.js @@ -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 [