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 {
|
export interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
@ -14,7 +13,6 @@ const { title } = Astro.props;
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<ViewTransitions />
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Plex";
|
font-family: "Plex";
|
||||||
|
Loading…
Reference in New Issue
Block a user