Add next.config.js

This commit is contained in:
kleap-admin 2026-01-15 11:57:54 +00:00
parent 0687f9028a
commit ac2440cbdc
1 changed files with 4 additions and 0 deletions

4
next.config.js Normal file
View File

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}