Add next.config.js
This commit is contained in:
parent
0687f9028a
commit
ac2440cbdc
|
|
@ -0,0 +1,4 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
reactStrictMode: true,
|
||||
}
|
||||
Loading…
Reference in New Issue