Skip to content

Commit

Permalink
fix: animation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomczak3 committed Feb 23, 2024
1 parent 1df9970 commit d1bdff9
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 @@ -16,7 +16,7 @@ const { pageTitle } = Astro.props;
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Pacifico&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Pacifico&display=swap" rel="stylesheet"></noscript>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Pacifico&display=swap" rel="stylesheet"></noscript>
<meta name="generator" content={Astro.generator} />
<title>{pageTitle}</title>
<ViewTransitions />
Expand Down

0 comments on commit d1bdff9

Please sign in to comment.