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"; --- - +