Files
fuzzy_app/next.config.js
2022-07-02 21:11:51 +08:00

7 lines
119 B
JavaScript

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