Skip to content

Commit

Permalink
chore: modify next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jun 23, 2024
1 parent 53dc2d4 commit 1ce22a9
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 16 deletions.
8 changes: 2 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ const nextConfig = {
compiler: {
styledComponents: true,
},
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
output: "export",
distDir: "dist",
};

module.exports = nextConfig;
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"axios": "^1.6.2",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"gh-pages": "^6.1.1",
"jotai": "^2.8.3",
"lottie-web": "^5.12.2",
"next": "12.3.4",
Expand All @@ -33,6 +34,7 @@
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/gh-pages": "^6",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-modal": "^3",
Expand Down
Loading

0 comments on commit 1ce22a9

Please sign in to comment.