From bdb5428612441036a69496d68dc38d39feba9370 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 22 Jan 2024 10:28:29 +0100 Subject: feat(web): add more a11y and make preload more efficient --- apps/website/src/components/shared/BaseHead.astro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/website/src/components/shared/BaseHead.astro') diff --git a/apps/website/src/components/shared/BaseHead.astro b/apps/website/src/components/shared/BaseHead.astro index 39e98a7..4c878dd 100644 --- a/apps/website/src/components/shared/BaseHead.astro +++ b/apps/website/src/components/shared/BaseHead.astro @@ -1,6 +1,7 @@ --- import smartypants from 'smartypants'; import siteInfo from '../../data/site-info'; +import FontPreload from './FontPreload.astro'; import SEO from './SEO.astro'; import Favicon from '/media/polyfrost/minimal_bg.svg?url'; @@ -35,10 +36,7 @@ const resolvedImage = { - - - - + -- cgit