mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
fix: Switching language error on tabbed pages, add 404 page
This commit is contained in:
parent
a61b299b51
commit
2a9500089c
4 changed files with 35 additions and 12 deletions
8
src/pages/404.astro
Normal file
8
src/pages/404.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue