Files
mintel.me/next.config.mjs
2026-01-29 18:50:43 +01:00

7 lines
118 B
JavaScript

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