From 579485c38ceece4f050062d5cc1ca0d34b1f140b Mon Sep 17 00:00:00 2001 From: Olipra <109831019+olipra@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:03:13 +0100 Subject: [PATCH] Replaced old logo with new logo (png placeholder) --- 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 fdf6407..46ba5e0 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 = joinSegments(baseDir, "static/icon.svg") - const ogImagePath = `https://${cfg.baseUrl}/static/og-image.svg` + const iconPath = joinSegments(baseDir, "static/icon.png") + const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png` return (