mars-v2-frontend/next.config.js

8 lines
137 B
JavaScript
Raw Normal View History

2022-09-02 11:17:39 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig