albert.lol/next.config.js
skidoodle 3794a48595
Update next.config.js
Signed-off-by: skidoodle <53189968+skidoodle@users.noreply.github.com>
2022-08-16 20:36:32 +02:00

7 lines
136 B
JavaScript

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