Skip to content

Commit

Permalink
feat: ignore eslint errors during build
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Apr 11, 2024
1 parent cf59aa1 commit 6d13ff0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const nextConfig = {
unoptimized: true,
},
output: "export",
eslint: {
ignoreDuringBuilds: true,
},
}

module.exports = nextConfig

0 comments on commit 6d13ff0

Please sign in to comment.