1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/next.config.js

12 lines
211 B
JavaScript
Raw Permalink Normal View History

2022-06-07 13:30:48 +09:00
const { i18n } = require('./next-i18next.config');
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: false,
concurrentFeatures: true,
images: {
domains: [],
},
i18n,
};