mirror of
https://github.com/yude-jp/yude.jp
synced 2025-01-03 10:00:11 +09:00
11 lines
214 B
JavaScript
11 lines
214 B
JavaScript
const nextTranslate = require('next-translate')
|
|
|
|
module.exports = nextTranslate({
|
|
i18n: {
|
|
locales: ['ja', 'en'],
|
|
defaultLocale: 'ja',
|
|
},
|
|
images: {
|
|
domains: ['mackerel.io'],
|
|
},
|
|
}) |