Skip to content

Commit

Permalink
Fallback transitions to none
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar1jn committed Aug 30, 2023
1 parent 94c1b43 commit c9e74b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const canonical = Astro.url;
<meta property="og:site_name" content={config.siteName} />
<meta name="twitter:site" content={config.author.twitterHandle} />

<ViewTransitions />
<ViewTransitions fallback="none"/>

<slot name="head" />
</head>
Expand Down

0 comments on commit c9e74b6

Please sign in to comment.