Skip to content

Commit

Permalink
ignore build errors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsalmon committed Feb 12, 2023
1 parent 1e6b6d8 commit de897c2
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
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
typescript: {
ignoreBuildErrors: true, // i'm sorry
}
}

module.exports = nextConfig

1 comment on commit de897c2

@vercel
Copy link

@vercel vercel bot commented on de897c2 Feb 12, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

boostontime – ./

boostontime-git-main-wwsalmon.vercel.app
boostontime.vercel.app
boostontime-wwsalmon.vercel.app

Please sign in to comment.