example/nextjs/next.config.js (4 lines of code) (raw):

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