app-v4-1768478268576/next.config.js

4 lines
86 B
JavaScript

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