2023-10-27 09:30:22 +08:00
|
|
|
/** @type {import('next').NextConfig} */
|
2023-11-01 17:27:06 +08:00
|
|
|
const nextConfig = {
|
2023-11-01 22:25:06 +08:00
|
|
|
eslint: {
|
|
|
|
// Warning: This allows production builds to successfully complete even if
|
|
|
|
// your project has ESLint errors.
|
|
|
|
// ignoreDuringBuilds: true,
|
|
|
|
},
|
2023-11-01 17:27:06 +08:00
|
|
|
}
|
2023-10-27 09:30:22 +08:00
|
|
|
|
|
|
|
module.exports = nextConfig
|