lab/next.config.js
2024-12-06 18:35:50 +05:30

8 lines
138 B
JavaScript

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