Skip to content

Commit f69a4ac

Browse files
committed
sync with blog content
1 parent 2a0eb4e commit f69a4ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content

quartz/components/Head.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default (() => {
2525
const url = new URL(`https://${cfg.baseUrl ?? "example.com"}`)
2626
const path = url.pathname as FullSlug
2727
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
28-
const iconPath = joinSegments(baseDir, "static/icon.png")
28+
const iconPath = joinSegments(baseDir, "favicon.ico")
2929

3030
// Url of current page
3131
const socialUrl =

0 commit comments

Comments
 (0)