disabling view transitions for now
This commit is contained in:
parent
9addc2cbf1
commit
97ac38e3bb
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
import { ViewTransitions } from 'astro:transitions';
|
||||
import settings from '../settings';
|
||||
import '../style/theme.css';
|
||||
import '../style/global.css';
|
||||
|
@ -23,7 +22,6 @@ const { title = settings.name } = Astro.props;
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
<ViewTransitions />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
|
|
Loading…
Reference in a new issue