Skip to content

Commit ac8ff0c

Browse files
committed
fix: remove astro view transition fallback
1 parent 54857c7 commit ac8ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ const { title, description, image = '/img/og_image_small.jpg' } = Astro.props;
5050
<script async data-goatcounter="https://paularmstrong.goatcounter.com/count" src="https://gc.zgo.at/count.js"></script>
5151
<script src="https://js.sentry-cdn.com/9b133389b9a540e49f6c3f76ca7226bf.min.js" crossorigin="anonymous"></script>
5252

53-
<ViewTransitions fallback="swap" />
53+
<ViewTransitions fallback="none" />

0 commit comments

Comments
 (0)