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

11 lines
154 B
Plaintext

---
import ErrorPage from '@/layouts/ErrorPage.astro';
---
<ErrorPage
title="404"
description="Page not found"
code="404"
message="NOT FOUND"
/>