Revert (remove) astro View Transitions until stable

This commit is contained in:
prototypa
2023-08-07 07:47:08 -04:00
parent 5ee7bd2a4f
commit 76e55f7115
3 changed files with 1 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ const { metadata } = Astro.props;
<slot name="header">
<Header {...headerData} isSticky showRssFeed showToggleTheme />
</slot>
<main transition:animate="morph">
<main>
<slot />
</main>
<slot name="footer">