This commit is contained in:
quantulr
2023-11-01 22:25:06 +08:00
parent 1a22404f19
commit 42d517f0a1
8 changed files with 96 additions and 11 deletions

View File

@ -1,5 +1,10 @@
/** @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