nitro
nitro copied to clipboard
allow ignoring errors by status code when prerendering
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
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 👍🏼