Tapage/next.config.mjs
2024-08-10 13:22:32 +02:00

10 lines
268 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
//eslint: {
// // Warning: This allows production builds to successfully complete even if
// // your project has ESLint errors.
// ignoreDuringBuilds: true,
//},
};
export default nextConfig;