Skip to content

Commit

Permalink
Revert "Astro view transitions"
Browse files Browse the repository at this point in the history
This reverts commit 4551190.
  • Loading branch information
Hacksore committed Jun 30, 2024
1 parent 9b46812 commit 648531a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/web/src/components/common-head.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
import { AstroFont } from "astro-font";
import { SITE_IMAGE } from "../constants";
import { ViewTransitions } from "astro:transitions";
export interface Props {
title: string;
Expand Down Expand Up @@ -109,6 +108,4 @@ const activeCanonicalUrl = canonicalPath
},
]}
/>

<ViewTransitions />
</head>

0 comments on commit 648531a

Please sign in to comment.