From 8e7927b4c0d337c36e20653e240150f88757211f Mon Sep 17 00:00:00 2001 From: kogepanh Date: Thu, 22 Jul 2021 21:11:20 +0900 Subject: [PATCH] #29 fix i18n default path --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 3a207b0..b783ef3 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,6 @@ module.exports = { // }, i18n: { locales: ["ja-JP", "en"], - defaultLocale: "en", + defaultLocale: "ja-JP", }, };