Skip to content

Commit

Permalink
Remove ViewTransitions component from Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Oct 24, 2023
1 parent 2a5dd51 commit d8429c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions astro/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import ViewTransitions from "astro/components/ViewTransitions.astro";
export interface Props {
title: string;
Expand All @@ -14,7 +13,6 @@ const { title } = Astro.props;
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>{title}</title>
<ViewTransitions />
<style>
@font-face {
font-family: "Plex";
Expand Down

0 comments on commit d8429c4

Please sign in to comment.