Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed May 12, 2023
1 parent 7549bb9 commit 57e5c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

module.exports = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"nohoist": []
},
"resolutions": {
"**/@types/react": "18.1.0"
"**/@types/react": "16.4.14"
}
}

0 comments on commit 57e5c5b

Please sign in to comment.