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 54857c7 commit ac8ff0cCopy full SHA for ac8ff0c
src/components/BaseHead.astro
@@ -50,4 +50,4 @@ const { title, description, image = '/img/og_image_small.jpg' } = Astro.props;
50
<script async data-goatcounter="https://paularmstrong.goatcounter.com/count" src="https://gc.zgo.at/count.js"></script>
51
<script src="https://js.sentry-cdn.com/9b133389b9a540e49f6c3f76ca7226bf.min.js" crossorigin="anonymous"></script>
52
53
-<ViewTransitions fallback="swap" />
+<ViewTransitions fallback="none" />
0 commit comments