almaze-app/next.config.mjs
2025-02-11 21:52:34 +05:30

8 lines
182 B
JavaScript

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