riffusion-app/next.config.js

7 lines
121 B
JavaScript
Raw Permalink Normal View History

/** @type {import('next').NextConfig} */
const nextConfig = {
2022-11-24 15:53:51 -07:00
reactStrictMode: false,
};
module.exports = nextConfig;