Files
entgamers_pro/next.config.js
T

7 lines
117 B
JavaScript

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