94f1dbe b22027f c921185 94f1dbe b22027f
1
2
3
4
5
6
7
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, }; module.exports = nextConfig;