mars-v2-frontend/next.config.js
2022-09-02 12:17:39 +01:00

8 lines
137 B
JavaScript

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