WEB.BUILDING.GENIOUS / Next.config.j.s
Humbl3m33's picture
Upload 5 files
81c67ff verified
Raw
History Blame Contribute Delete
130 Bytes
// next.config.js
module.exports = {
reactStrictMode: true,
swcMinify: true,
// Add custom config options here if needed
};