From e8f6caaf0b52fac9b6d5382c4c7aca5d7a9b2fe3 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 16 Nov 2022 00:16:24 +0100 Subject: [PATCH] Fix favicons path --- src/components/atoms/ExtraMetaTags.astro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/atoms/ExtraMetaTags.astro b/src/components/atoms/ExtraMetaTags.astro index c7e2052..a51272c 100644 --- a/src/components/atoms/ExtraMetaTags.astro +++ b/src/components/atoms/ExtraMetaTags.astro @@ -1,7 +1,9 @@ --- import { SITE } from '~/config.mjs'; + +const base = `${SITE.basePathname}${SITE.basePathname.endsWith('/') ? "" : "/"}` --- - - - + + +