amirmoghi3.ir/next.config.js

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2022-02-19 14:44:11 +03:30
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig