learnhouse/apps/web/next.config.js
2023-12-14 18:53:00 +01:00

6 lines
121 B
JavaScript

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