Add support for new astro View Transitions

This commit is contained in:
prototypa
2023-08-06 22:05:30 -04:00
parent 0853d9ef75
commit 259580062a
3 changed files with 8 additions and 1 deletions

View File

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