From ab98f76378d2766dd2978107267e796360f33508 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:38:10 +0400 Subject: [PATCH] feat:update view transitions --- package-lock.json | 2 +- package.json | 2 +- src/components/ui/starlight/Head.astro | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f97920..2437336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.6", + "astro-vtbot": "^1.10.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8", diff --git a/package.json b/package.json index 4617ad6..64a544e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.6", + "astro-vtbot": "^1.10.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8", diff --git a/src/components/ui/starlight/Head.astro b/src/components/ui/starlight/Head.astro index 45fc91c..762f19f 100644 --- a/src/components/ui/starlight/Head.astro +++ b/src/components/ui/starlight/Head.astro @@ -1,14 +1,14 @@ --- -import type { Props } from "@astrojs/starlight/props"; -import StarlightHead from "@astrojs/starlight/components/Head.astro"; -import VtbotStarlight from "astro-vtbot/components/starlight/Base.astro"; +import type { Props } from '@astrojs/starlight/props'; +import StarlightHead from '@astrojs/starlight/components/Head.astro'; +import VtbotStarlight from 'astro-vtbot/components/starlight/Base.astro'; // https://docs.astro.build/en/guides/view-transitions/#fallback-control Astro.props.viewTransitionsFallback = "animate"; --- - +