2024-08-08 20:21:01 +00:00
|
|
|
/** @type {import('next').NextConfig} */
|
2024-08-10 11:22:32 +00:00
|
|
|
const nextConfig = {
|
|
|
|
//eslint: {
|
|
|
|
// // Warning: This allows production builds to successfully complete even if
|
|
|
|
// // your project has ESLint errors.
|
|
|
|
// ignoreDuringBuilds: true,
|
|
|
|
//},
|
|
|
|
};
|
2024-08-08 20:21:01 +00:00
|
|
|
|
|
|
|
export default nextConfig;
|