metrics/next.config.mjs

7 lines
118 B
JavaScript
Raw Normal View History

2024-12-17 21:09:49 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;