Open danielroe opened 1 year ago
Hi, just wondering if this would make it into any roadmap?
We've disabled errors because we want to ignore 404s but this inadvertently deployed a version of the website that contained other errors. So it'd be great if we can filter these easily.
PR welcome to add option 👍🏼
PR welcome to add option 👍🏼
I may be interested in tackling this, can I ask you for some pointers on which files I may start looking into ?
We've already discussed possibly ignoring redirect 'errors' when prerendering. Some users might also want to ignore 404 errors or other status codes, while keeping
failOnError
enabled.See nuxt/nuxt#22536