fix: Switching language error on tabbed pages, add 404 page

This commit is contained in:
radishzzz 2025-03-15 13:55:06 +00:00
parent a61b299b51
commit 2a9500089c
4 changed files with 35 additions and 12 deletions

8
src/pages/404.astro Normal file
View file

@ -0,0 +1,8 @@
---
import Layout from '@/layouts/Layout.astro'
---
<Layout>
<div class="uno-decorative-line"></div>
<h1 class="mt-10 text-8 font-title">404</h1>
</Layout>