mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
Co-authored-by: Darius Cepulis <dcepulis@mux.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
---
|
|
import ErrorPage from '@/layouts/ErrorPage.astro';
|
|
---
|
|
|
|
<ErrorPage
|
|
title="500"
|
|
description="Server error"
|
|
code="500"
|
|
message="SERVER ERROR"
|
|
/>
|