Skip to content

Commit c370521

Browse files
committed
change favicon
1 parent 9d56cb0 commit c370521

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

quartz/quartz/components/Head.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default (() => {
1515
const path = url.pathname as FullSlug
1616
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
1717

18-
const iconPath = joinSegments(baseDir, "static/icon.png")
18+
const iconPath = joinSegments(baseDir, "static/favicon.svg")
1919
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png`
2020

2121
return (

quartz/quartz/static/favicon.svg

+6
Loading

quartz/quartz/static/icon.png

-35.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)