Fix 500 error page
This commit is contained in:
parent
7042aa80bc
commit
feb4bedfac
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const { error } = Astro.props
|
|||
|
||||
<Error
|
||||
Title="Error"
|
||||
Message={error instanceof Error ? error.message : 'Something happened, error unknown. Try again later.'}
|
||||
Message={error.message}
|
||||
Error
|
||||
CheckStatus
|
||||
/>
|
Loading…
Reference in a new issue