Files
afrov2/next.config.mjs
2026-04-08 14:46:10 +02:00

7 lines
120 B
JavaScript

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