Skip to content

Commit

Permalink
turn off type checking during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Feb 10, 2025
1 parent 1076543 commit 27743fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const nextConfig = {
reactStrictMode: true,
swcMinify: true,
trailingSlash: false,
typescript: {
ignoreBuildErrors: true,
},
images: {
remotePatterns: [
{
Expand Down

0 comments on commit 27743fb

Please sign in to comment.