Files
magic-card-valuator/next.config.js
2022-11-02 20:03:10 -06:00

8 lines
137 B
JavaScript

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