Remove ViewTransitions component from Layout
This commit is contained in:
parent
2a5dd51d5b
commit
d8429c43a6
@ -1,5 +1,4 @@
|
||||
---
|
||||
import ViewTransitions from "astro/components/ViewTransitions.astro";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user