Files
albert.lol/next.config.js
T
2022-08-16 20:36:32 +02:00

8 lines
136 B
JavaScript

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