|
@@ -1,4 +1,10 @@ |
|
|
/** @type {import('next').NextConfig} */ |
|
|
/** @type {import('next').NextConfig} */ |
|
|
const nextConfig = {} |
|
|
|
|
|
|
|
|
const nextConfig = { |
|
|
|
|
|
// eslint: { |
|
|
|
|
|
// // Warning: This allows production builds to successfully complete even if |
|
|
|
|
|
// // your project has ESLint errors. |
|
|
|
|
|
// ignoreDuringBuilds: true, |
|
|
|
|
|
// }, |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
module.exports = nextConfig |
|
|
module.exports = nextConfig |