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 37edeaf commit 3ccf62fCopy full SHA for 3ccf62f
www/layouts/Layout.astro
@@ -12,9 +12,9 @@ const { title } = Astro.props;
12
---
13
14
<!doctype html>
15
-<html lang="en" theme="g100">
+<html lang="en" theme="g100" transition:animate="none">
16
<head>
17
- <ViewTransitions transition:animate="none" />
+ <ViewTransitions />
18
<meta charset="UTF-8" />
19
<meta name="viewport" content="width=device-width, initial-scale=1" />
20
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
0 commit comments