blob: 3cf2d80e7b0b15cb9419ea07a1fadaea47b5f989 [file]
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
export default nextConfig