From e276a990775f984fb579938d1eb2a8dca6a96624 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 18 Jan 2023 01:31:21 -0500 Subject: [PATCH] Fix favicons links on trailing slash --- src/components/common/MetaTags.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro index cc7da0b..1a413d0 100644 --- a/src/components/common/MetaTags.astro +++ b/src/components/common/MetaTags.astro @@ -5,7 +5,7 @@ import { getImage } from '@astrojs/image'; import { SITE } from '~/config.mjs'; import { MetaSEO } from '~/types'; -import { getPermalink, getCanonical } from '~/utils/permalinks'; +import { getCanonical, getAsset } from '~/utils/permalinks'; import { getRelativeUrlByFilePath } from '~/utils/directories'; import Fonts from '~/components/common/Fonts.astro'; @@ -92,6 +92,6 @@ const image = {SITE.splitbeeAnalytics?.enabled && } - - - + + +