refansa.my.id/next.config.js
Vitaly Rtishchev 8384935252 Init template
2023-05-29 12:40:21 +04:00

8 lines
137 B
JavaScript

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