Files
entgamers_pro/next.config.js
T

6 lines
87 B
JavaScript

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