Files
Nearle_site/next.config.mjs
2026-05-27 15:11:56 +05:30

7 lines
118 B
JavaScript

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