Remove fade transition to prevent layout shifts

This commit is contained in:
thiloho
2025-05-01 19:27:12 +02:00
parent 78d5e6e7ae
commit ea74927b65

View File

@@ -15,7 +15,7 @@ interface Props {
const { title, description, pubDate, modDate, slug } = Astro.props; const { title, description, pubDate, modDate, slug } = Astro.props;
--- ---
<html lang="en" class="scroll-smooth"> <html lang="en" class="scroll-smooth" transition:animate="none">
<Head {title} {description} /> <Head {title} {description} />
<body class="flex min-h-screen flex-col"> <body class="flex min-h-screen flex-col">
<Nav /> <Nav />