onedrive/next.config.js

7 lines
104 B
JavaScript
Raw Normal View History

2022-02-05 22:18:26 +00:00
const { i18n } = require('./next-i18next.config')
2021-06-22 11:58:37 +00:00
module.exports = {
2022-02-05 22:18:26 +00:00
i18n,
reactStrictMode: true
2021-06-22 11:58:37 +00:00
}