Skip to content

Commit

Permalink
🤹ci: fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Nov 6, 2024
1 parent 69ccbf9 commit f5717c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
}
return config;
},
// outputFileTracing: false,
reactStrictMode: isProduction? true : false,
swcMinify: true,
eslint: {
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"build": {
"outputFileTracing": false
}
}

0 comments on commit f5717c4

Please sign in to comment.