Sacha VAUDEY 537c2b01d1
Some checks failed
Build / build-check (pull_request) Failing after 2m2s
init new version
2025-09-13 18:23:10 +02:00

7 lines
116 B
JavaScript

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