changed svg
This commit is contained in:
parent
cf22273809
commit
fbc42100af
|
@ -15,8 +15,8 @@ export default (() => {
|
|||
const path = url.pathname as FullSlug
|
||||
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
|
||||
|
||||
const iconPath = "https://assets.nexie.net/favicon.webp"
|
||||
const ogImagePath = "https://assets.nexie.net/favicon.webp"
|
||||
const iconPath = "https://assets.nexie.net/favicon.svg"
|
||||
const ogImagePath = "https://assets.nexie.net/favicon.svg"
|
||||
|
||||
return (
|
||||
<head>
|
||||
|
|
Loading…
Reference in a new issue