mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2025-04-05 07:21:11 +02: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…
x
Reference in New Issue
Block a user