icns-frontend/next.config.js
2022-12-01 17:33:37 +09:00

8 lines
140 B
JavaScript

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