1
Fork 0

Add the favicon.

This commit is contained in:
Bauke 2024-03-06 15:21:04 +01:00
parent c3735ae205
commit e64aac603a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ const {frontmatter} = Astro.props;
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{frontmatter.pageTitle}</title>
<link
rel="shortcut icon"
href="/driftingnebula-logo-shadowed.png"
type="image/x-icon"
/>
</head>
<body>
<slot />