profil-next/next.config.js
2022-11-21 10:01:12 +01:00

7 lines
137 B
JavaScript

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