Files
2026-05-16 19:03:49 +03:00

7 lines
117 B
JavaScript

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