mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Remove fade transition to prevent layout shifts
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user