2021-07-23 18:35:41 +00:00
|
|
|
const { i18n } = require('./next-i18next.config');
|
2021-07-23 16:28:40 +00:00
|
|
|
|
2021-07-23 16:14:54 +00:00
|
|
|
module.exports = {
|
2021-07-23 18:35:41 +00:00
|
|
|
i18n,
|
2021-08-10 20:23:11 +00:00
|
|
|
reactStrictMode: true
|
2021-07-23 16:14:54 +00:00
|
|
|
}
|