Files
cypress/system-tests/projects/next-13/next.config.js
T
2022-11-10 09:46:29 -06:00

8 lines
137 B
JavaScript

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