fix: use popLayout mode so heavy pages animate in without delay

This commit is contained in:
Usman Baig
2026-03-10 00:12:59 +01:00
parent 2776c803f1
commit b88f4d438b

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 }}