This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
const withPlugins = require('next-compose-plugins')
|
||||
const { i18n } = require('./next-i18next.config')
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true
|
||||
reactStrictMode: true,
|
||||
i18n
|
||||
// webpack: (config, { webpack }) => {
|
||||
// return config
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user