Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash committed Jan 4, 2025
1 parent b09c295 commit ac8e111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appv2/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ const nextConfig = {
'raw.githubusercontent.com',
],
},
eslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
ignoreDuringBuilds: true,
},
}

module.exports = nextConfig

0 comments on commit ac8e111

Please sign in to comment.