0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Update next.config.js

This commit is contained in:
yude 2021-05-23 10:38:58 +09:00
parent a1cf438b97
commit 20582570fb
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -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: {