Release 0.14.0-alpha #42

Merged
uz1mani merged 109 commits from staging into main 2026-03-12 12:12:03 +00:00
53 changed files with 5825 additions and 1182 deletions
Showing only changes of commit b88f4d438b - Show all commits

View File

@@ -18,7 +18,7 @@ export default function SiteLayoutShell({
<div className="w-full max-w-6xl mx-auto px-4 sm:px-6 pt-8">
<SiteNav siteId={siteId} />
</div>
<AnimatePresence mode="wait">
<AnimatePresence mode="popLayout">
<motion.div
key={pathname}
initial={{ opacity: 0, y: 6 }}