Skip to content

Commit

Permalink
remove instant.page as viewtransistions covers it
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbloxhub committed Jul 23, 2023
1 parent c1d9793 commit 9188da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const { title } = Astro.props
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<ViewTransitions />
<script src="https://instant.page/5.2.0" type="module" />
</head>
<body transition:animate="morph" class="dark:bg-black dark:text-white">
<Header />
Expand Down

0 comments on commit 9188da5

Please sign in to comment.