Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 25, 2023
1 parent cc91fe2 commit 34582b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/RenderErrorPage.page.server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link, Warning } from '@brillout/docpress'
We can `throw RenderErrorPage()` in order to:
- Show the error page.
> For example to show a `404` page for `/product/42` if a product with ID `42` doesn't exist.
- Implement redirections.
- Redirect the user to another page.
> For example to redirect unauthenticated users to `/login`
## Error pages
Expand Down

0 comments on commit 34582b2

Please sign in to comment.