fix: apply bugfix agent improvements to next.config.js
This commit is contained in:
parent
b756e66d5c
commit
f0c66808d5
|
|
@ -0,0 +1,6 @@
|
||||||
|
/** @type {import('next').NextConfig} */
|
||||||
|
const nextConfig = {
|
||||||
|
reactStrictMode: true,
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = nextConfig;
|
||||||
Loading…
Reference in New Issue