Files
v10/site/src/pages/500.astro
T
2026-03-06 16:19:27 -06:00

11 lines
155 B
Plaintext

---
import ErrorPage from '@/layouts/ErrorPage.astro';
---
<ErrorPage
title="500"
description="Server error"
code="500"
message="SERVER ERROR"
/>