mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-10 00:43:02 +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';
|
import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||||
|
|
||||||
|
Astro.response.status = 500;
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout>
|
<BaseLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user