next-app-with-squiggle/next.config.js
2022-08-01 02:52:49 -04:00

8 lines
137 B
JavaScript

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