From f0c66808d5b89ac671b4449384f8f7bee84d4e5f Mon Sep 17 00:00:00 2001 From: cupadev-admin Date: Mon, 9 Mar 2026 12:48:22 +0000 Subject: [PATCH] fix: apply bugfix agent improvements to next.config.js --- next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..91ef62f --- /dev/null +++ b/next.config.js @@ -0,0 +1,6 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + reactStrictMode: true, +}; + +module.exports = nextConfig;