We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5c32b commit f738d24Copy full SHA for f738d24
1 file changed
src/layouts/BaseLayout.astro
@@ -11,7 +11,7 @@ const kapaLogoUrl = 'https://avatars.githubusercontent.com/u/78708182?s=128';
11
---
12
13
<!doctype html>
14
-<html lang="en-US">
+<html lang="en-US" transition:name="root" transition:animate="none">
15
<head>
16
<meta charset="UTF-8" />
17
<ClientRouter fallback="swap" />
0 commit comments