From 20582570fb2b0b05acedfd65b7b7ef92dcac68a4 Mon Sep 17 00:00:00 2001 From: yudejp Date: Sun, 23 May 2021 10:38:58 +0900 Subject: [PATCH] Update next.config.js --- next.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/next.config.js b/next.config.js index 3e9d6c3..6010f21 100644 --- a/next.config.js +++ b/next.config.js @@ -1,15 +1,8 @@ const nextTranslate = require('next-translate') module.exports = nextTranslate({ - experimental: { - darkModeVariant: true - }, i18n: { - // These are all the locales you want to support in - // your application locales: ['ja', 'en'], - // This is the default locale you want to be used when visiting - // a non-locale prefixed path e.g. `/hello` defaultLocale: 'ja', }, images: {