We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afcd69 commit 22d27aeCopy full SHA for 22d27ae
1 file changed
src/layouts/Layout.astro
@@ -26,7 +26,7 @@ const ogImageUrl = `${Astro.site || ''}${import.meta.env.BASE_URL.replace(/^\/+|
26
<meta name="description" content={description} />
27
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
28
<base href={import.meta.env.BASE_URL} />
29
- <link rel="icon" type="image/svg+xml" href={import.meta.env.BASE_URL + "favicon.svg"} />
+ <link rel="icon" type="image/svg+xml" href={`${import.meta.env.BASE_URL}favicon.svg`} />
30
<title>{title}</title>
31
32
<!-- Open Graph -->
0 commit comments