From ea74927b655a5a7aa1d3463047f6e6587eb2627b Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 1 May 2025 19:27:12 +0200 Subject: [PATCH] Remove fade transition to prevent layout shifts --- src/layouts/PageLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index ae0b4d0..fcc501f 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -15,7 +15,7 @@ interface Props { const { title, description, pubDate, modDate, slug } = Astro.props; --- - +