Skip to content

Commit

Permalink
nextjs ignore ts issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Sep 2, 2022
1 parent 32d59cc commit f377c52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ module.exports = withBundleAnalyzer(
withGuildDocs({
i18n,
getRoutes,
typescript: {
ignoreBuildErrors: true,
},
})
);

1 comment on commit f377c52

@vercel
Copy link

@vercel vercel bot commented on f377c52 Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.