zip-van/next.config.js
2025-09-03 17:47:05 +05:30

7 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig