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", }, };