/ next.config.js
next.config.js
1  /** @type {import('next').NextConfig} */
2  const nextConfig = {
3    reactStrictMode: true,
4  };
5  
6  module.exports = nextConfig;