From 04af3456e8ad364b3feabc7ab707366fcb02208d Mon Sep 17 00:00:00 2001 From: wych Date: Tue, 5 Mar 2024 13:26:23 -0600 Subject: [PATCH] icon update --- 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 3cb6bea66..70650480f 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -14,8 +14,8 @@ export default (() => { const path = url.pathname as FullSlug const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!) - const iconPath = joinSegments(baseDir, "static/icon.png") - const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png` + const iconPath = joinSegments(baseDir, "static/favicon.svg") + const ogImagePath = `https://${cfg.baseUrl}/static/og-image.jpg` return (