Skip to content

Commit

Permalink
fix: build ignore eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 13, 2024
1 parent c083a1b commit 3ddf688
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ddf688

Please sign in to comment.