Files
nobat724_front/next.config.js
T
2025-04-09 11:48:48 +03:30

9 lines
187 B
JavaScript

// next.config.js
const nextConfig = {
output: 'standalone',
// Add other configurations below
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig