changed svg

This commit is contained in:
Heli-o 2024-04-18 14:49:41 +02:00
parent cf22273809
commit fbc42100af

View file

@ -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>