Activate ViewTransitions by default
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@onwidget/astrowind",
|
||||
"version": "1.0.0-beta.25",
|
||||
"version": "1.0.0-beta.26",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@onwidget/astrowind",
|
||||
"version": "1.0.0-beta.25",
|
||||
"version": "1.0.0-beta.26",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||
"@astrojs/rss": "^4.0.5",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@onwidget/astrowind",
|
||||
"version": "1.0.0-beta.25",
|
||||
"version": "1.0.0-beta.26",
|
||||
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
@@ -12,8 +12,8 @@ import SiteVerification from '~/components/common/SiteVerification.astro';
|
||||
import Analytics from '~/components/common/Analytics.astro';
|
||||
import BasicScripts from '~/components/common/BasicScripts.astro';
|
||||
|
||||
// Uncomment line below to activate View Transitions
|
||||
// import { ViewTransitions } from 'astro:transitions';
|
||||
// Comment the line below to disable View Transitions
|
||||
import { ViewTransitions } from 'astro:transitions';
|
||||
|
||||
import type { MetaData as MetaDataType } from '~/types';
|
||||
|
||||
@@ -36,8 +36,8 @@ const { language, textDirection } = I18N;
|
||||
<SiteVerification />
|
||||
<Analytics />
|
||||
|
||||
<!-- Uncomment line below to activate View Transitions -->
|
||||
<!-- <ViewTransitions fallback="swap" /> -->
|
||||
<!-- Comment the line below to disable View Transitions -->
|
||||
<ViewTransitions fallback="swap" />
|
||||
</head>
|
||||
|
||||
<body class="antialiased text-default bg-page tracking-tight">
|
||||
|
Reference in New Issue
Block a user