diff --git a/next.config.mjs b/next.config.mjs index 20ca34c..57b3fe0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -29,6 +29,12 @@ const nextConfig = { }, }, output: "standalone", + poweredByHeader: false, + eslint: { + // Warning: This allows production builds to successfully complete even if + // your project has ESLint errors. + ignoreDuringBuilds: true, + }, logging: { fetches: { fullUrl: true,