From aa501d5b7b11cd467d4b8a9fd06039a973cfc163 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 27 Aug 2024 01:52:05 -0400 Subject: [PATCH] Use ViewTransition API, stop fetching on each load --- src/components/global/Head.astro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/global/Head.astro b/src/components/global/Head.astro index 15fc787..44ad40c 100644 --- a/src/components/global/Head.astro +++ b/src/components/global/Head.astro @@ -1,5 +1,7 @@ --- const { Title, Description } = Astro.props; +import { ViewTransitions } from 'astro:transitions'; +import { Tooltips } from 'astro-tooltips'; --- @@ -28,4 +30,10 @@ const { Title, Description } = Astro.props; /> + + + + + +