Spaces:
No application file
No application file
File size: 130 Bytes
81c67ff | 1 2 3 4 5 6 7 | // next.config.js
module.exports = {
reactStrictMode: true,
swcMinify: true,
// Add custom config options here if needed
};
|