From ac2440cbdc96a57088bd8ef288bf990bb3f15a5e Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Thu, 15 Jan 2026 11:57:54 +0000 Subject: [PATCH] Add next.config.js --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..0bc2883 --- /dev/null +++ b/next.config.js @@ -0,0 +1,4 @@ +/** @type {import('next').NextConfig} */ +module.exports = { + reactStrictMode: true, +} \ No newline at end of file