Add favicons
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
---
|
||||
import { SITE } from "~/config.mjs"
|
||||
---
|
||||
|
||||
<link rel="shortcut icon" href={`${SITE.basePathname}favicon.ico`} />
|
||||
<link rel="icon" type="image/svg+xml" href={`${SITE.basePathname}favicon.svg`}>
|
||||
<link rel="mask-icon" href={`${SITE.basePathname}favicon.svg`} color="#8D46E7">
|
@ -34,7 +34,6 @@ const image =
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
|
Reference in New Issue
Block a user