rsnext/examples/with-next-ui/next.config.js

7 lines
120 B
JavaScript
Executable file

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