mirror-nourybot/web/next.config.js
2022-08-16 01:16:51 +02:00

8 lines
137 B
JavaScript

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