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
154 B
Plaintext
11 lines
154 B
Plaintext
---
|
|
import ErrorPage from '@/layouts/ErrorPage.astro';
|
|
---
|
|
|
|
<ErrorPage
|
|
title="404"
|
|
description="Page not found"
|
|
code="404"
|
|
message="NOT FOUND"
|
|
/>
|