Files
got-gaming/next.config.js
Julien Froidefond 4e6ce54e0f Init
2025-12-08 17:13:14 +01:00

8 lines
119 B
JavaScript

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