Skip to content

Commit

Permalink
👷 ignore build error on vercel, swcminify
Browse files Browse the repository at this point in the history
  • Loading branch information
Triginarsa committed Jun 29, 2023
1 parent 17c4eb6 commit 879910f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ const config = {
locales: ["en"],
defaultLocale: "en",
},

typescript: {
ignoreBuildErrors: true,
},
eslint: {
ignoreDuringBuilds: true,
},
swcMinify: true,
};

export default config;

0 comments on commit 879910f

Please sign in to comment.