From d5fb608091ffba48cde2e6f307d986e4676b69d5 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 22 Mar 2026 21:54:24 +0100 Subject: [PATCH] Use better page transistions --- src/components/Navigation.astro | 2 +- src/pages/blog/[...slug].astro | 6 +++--- src/pages/blog/index.astro | 8 ++++---- src/pages/book/[...slug].astro | 4 ++-- src/pages/book/index.astro | 4 ++-- src/pages/portfolio/[...slug].astro | 4 ++-- src/pages/portfolio/index.astro | 6 +++--- src/styles/global.css | 6 ++++-- 8 files changed, 21 insertions(+), 19 deletions(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 21d2b6a..36ae2a7 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -3,7 +3,7 @@ const currentPath = Astro.url.pathname; import Logo from "../assets/logo.svg"; --- -