diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 59668fcc8..e52619f55 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,19 +172,19 @@ export default (() => {