Files
afrov2/next.config.mjs
2026-04-12 22:51:57 +02:00

8 lines
146 B
JavaScript

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