almaze-app/next.config.mjs

8 lines
182 B
JavaScript
Raw Normal View History

2025-02-11 21:52:34 +05:30
/** @type {import('next').NextConfig} */
const nextConfig = {
// reactStrictMode: true, // Enable strict mode (recommended)
swcMinify: true,
};
export default nextConfig;