my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

correctly prefetch ginestra

+7
+7
src/components/BaseHead.astro
··· 37 37 type="font/woff" 38 38 crossorigin 39 39 /> 40 + <link 41 + rel="preload" 42 + href="/fonts/ginestra-black.otf" 43 + as="font" 44 + type="font/opentype" 45 + crossorigin 46 + /> 40 47 41 48 <!-- Canonical URL --> 42 49 <link rel="canonical" href={canonicalURL} />