Files
tuono/benches/nextjs-page-router/next.config.mjs
T

10 lines
163 B
JavaScript
Raw Normal View History

2024-08-16 16:23:39 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
}
export default nextConfig