Files
caszl-next/next.config.js
quantulr 42d517f0a1 bugfix
2023-11-01 22:25:06 +08:00

11 lines
277 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,
},
}
module.exports = nextConfig