add astro native SPA transition
This commit is contained in:
@@ -5,6 +5,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
<Layout title="404 - Page Not Found">
|
||||
<div
|
||||
class="relative flex min-h-[80vh] flex-col items-center justify-center overflow-hidden px-4 py-20 text-center"
|
||||
transition:animate="slide"
|
||||
>
|
||||
<!-- Animated background elements -->
|
||||
<div class="absolute inset-0 overflow-hidden">
|
||||
|
Reference in New Issue
Block a user