From fbc42100af457c1954acc96ff2a00ab12868a571 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Thu, 18 Apr 2024 14:49:41 +0200 Subject: [PATCH] changed svg --- quartz/components/Head.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 1948a9c..5662eac 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -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 (