diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index d56ca3fcb..27f8a7313 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -135,7 +135,7 @@ 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 iconPath = joinSegments(baseDir, "static/icon.png")  const ogImageDefaultPath = `https://${cfg.baseUrl}/static/og-image.png` // "static/social-images/slug-filename.md.webp" @@ -172,7 +172,7 @@ export default (() => { {title} - {cfg.theme.cdnCaching && (  + {cfg.theme.cdnCaching && cfg.theme.fontOrigin === "local" && (   <>