Code for my personal website

chore: smoother transitions

+1 -1
+1 -1
src/layouts/Layout.astro
··· 19 19 </head> 20 20 <body> 21 21 <Header /> 22 - <main> 22 + <main transition:animate='fade'> 23 23 <slot /> 24 24 </main> 25 25 <Footer />