Skip to content

Commit

Permalink
ci: update error reference docs (#8609)
Browse files Browse the repository at this point in the history
Co-authored-by: delucis <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
3 people committed Jun 20, 2024
1 parent 9841182 commit f0c7857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/docs/en/reference/error-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ The following reference is a complete list of the errors you may encounter while
- [**NoPrerenderedRoutesWithDomains**](/en/reference/errors/no-prerendered-routes-with-domains/)<br/>Prerendered routes aren't supported when internationalization domains are enabled.
- [**MissingMiddlewareForInternationalization**](/en/reference/errors/missing-middleware-for-internationalization/)<br/>Enabled manual internationalization routing without having a middleware.
- [**RewriteEncounteredAnError**](/en/reference/errors/rewrite-encountered-an-error/)<br/>Astro couldn't find the route to rewrite, or if was found but it emitted an error during the rendering phase.
- [**InvalidRewrite404**](/en/reference/errors/invalid-rewrite404/)<br/>You attempted to rewrite a 404 inside a static page, and this isn't allowed.
- [**CantRenderPage**](/en/reference/errors/cant-render-page/)<br/>Astro can't render the route.
- [**UnhandledRejection**](/en/reference/errors/unhandled-rejection/)<br/>Unhandled rejection
- [**i18nNotEnabled**](/en/reference/errors/i18n-not-enabled/)<br/>i18n Not Enabled
Expand Down

0 comments on commit f0c7857

Please sign in to comment.