Skip to content

Commit

Permalink
fix: modify next.config.js for netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jun 23, 2024
1 parent 50c6dbb commit c2fcf0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ const nextConfig = {
compiler: {
styledComponents: true,
},
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
};

module.exports = nextConfig;

0 comments on commit c2fcf0e

Please sign in to comment.