Files
hanko/examples/nextjs/next.config.js
2022-09-20 15:58:35 +02:00

8 lines
137 B
JavaScript

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