re-add default suspense to album/artist routes

This commit is contained in:
jeffvli
2026-04-04 22:25:21 -07:00
parent 6c73d06dcf
commit 3e5a8ac78d
9 changed files with 42 additions and 56 deletions
@@ -17,7 +17,7 @@ export const AnimatedPage = forwardRef(
<motion.main
className={styles.animatedPage}
ref={ref}
{...{ ...animationProps.fadeIn, transition: { duration: 0.3, ease: 'anticipate' } }}
{...{ ...animationProps.fadeIn, transition: { duration: 0.5, ease: 'anticipate' } }}
>
{children}
</motion.main>