Skip to content

Commit f738d24

Browse files
committed
fix: add transition attributes to BaseLayout HTML tag for improved animation handling
1 parent 2d5c32b commit f738d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const kapaLogoUrl = 'https://avatars.githubusercontent.com/u/78708182?s=128';
1111
---
1212

1313
<!doctype html>
14-
<html lang="en-US">
14+
<html lang="en-US" transition:name="root" transition:animate="none">
1515
<head>
1616
<meta charset="UTF-8" />
1717
<ClientRouter fallback="swap" />

0 commit comments

Comments
 (0)