mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
Set 500 status code on error page request
This commit is contained in:
parent
79145b945c
commit
aa7f5d636e
@ -1,5 +1,7 @@
|
||||
---
|
||||
import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
|
||||
Astro.response.status = 500;
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user