Set 500 status code on error page request

This commit is contained in:
Maciej Pędzich 2024-04-29 21:20:06 +02:00
parent 79145b945c
commit aa7f5d636e
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

View File

@ -1,5 +1,7 @@
---
import BaseLayout from '@/layouts/BaseLayout.astro';
Astro.response.status = 500;
---
<BaseLayout>