Skip to content

Commit

Permalink
chore: ignore ts during build
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed Nov 22, 2024
1 parent bf72200 commit 9e0735e
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
@@ -10,6 +10,9 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
images: {
remotePatterns: [
{

0 comments on commit 9e0735e

Please sign in to comment.