diff --git a/source/src/components/global/Head.astro b/source/src/components/global/Head.astro index 42c9acc..a51bcc9 100755 --- a/source/src/components/global/Head.astro +++ b/source/src/components/global/Head.astro @@ -37,6 +37,7 @@ const { // Components import Analytics from "@components/global/Analytics.astro"; +import { Tooltips } from 'astro-tooltips'; // Configuration import {SERVER_DOMAIN} from '@utils/GetConfig' @@ -79,6 +80,7 @@ if (Astro.url.href.match('watch')) { +