Kyoo/front/next.config.js
2022-09-28 13:54:59 +09:00

10 lines
141 B
JavaScript
Executable File

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