From 5ee7bd2a4f1661fd37600cc73510419ad7f4b5cc Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 6 Aug 2023 23:53:23 -0400 Subject: [PATCH] Fix problem loading favicon.svg --- src/components/Favicons.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Favicons.astro b/src/components/Favicons.astro index 062d3dc..748693a 100644 --- a/src/components/Favicons.astro +++ b/src/components/Favicons.astro @@ -1,8 +1,9 @@ --- import favIcon from '~/assets/favicons/favicon.ico'; import favIconSvg from '~/assets/favicons/favicon.svg'; + --- - - \ No newline at end of file + + \ No newline at end of file