File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11---
2- import { getImage } from ' astro:assets' ;
2+ import { getImage , Font } from ' astro:assets' ;
33import type { Seo } from ' @/lib/constants'
44import { DEFAULT_CONFIGURATION } from ' @/lib/constants' ;
55import { generateAbsoluteUrl } from ' @/lib/utils' ;
@@ -18,6 +18,8 @@ const seoImage = generateAbsoluteUrl(image.src);
1818 <meta charset =" utf-8" />
1919 <link rel =" sitemap" href =" /sitemap-index.xml" />
2020 <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
21+ <Font cssVariable =" --font-inter" preload />
22+ <Font cssVariable =" --font-inter-variable" preload />
2123 { seo ?.canonicalUrl && <link rel = " canonical" href = { seo ?.canonicalUrl } />}
2224 <title >{ seo ?.title || defaultSeo .title } </title >
2325 <meta name =" viewport" content =" width=device-width, initial-scale=1" />
You can’t perform that action at this time.
0 commit comments