Add the favicon.
This commit is contained in:
parent
c3735ae205
commit
e64aac603a
|
@ -18,6 +18,11 @@ const {frontmatter} = Astro.props;
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>{frontmatter.pageTitle}</title>
|
<title>{frontmatter.pageTitle}</title>
|
||||||
|
<link
|
||||||
|
rel="shortcut icon"
|
||||||
|
href="/driftingnebula-logo-shadowed.png"
|
||||||
|
type="image/x-icon"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Reference in New Issue