Update Next.js config.
This commit is contained in:
parent
62ff3b6615
commit
e3faca325a
@ -6,4 +6,8 @@ module.exports = {
|
|||||||
locales: ['en-US'],
|
locales: ['en-US'],
|
||||||
defaultLocale: 'en-US',
|
defaultLocale: 'en-US',
|
||||||
},
|
},
|
||||||
|
reactStrictMode: true,
|
||||||
|
future: {
|
||||||
|
webpack5: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user