Skip to content

Commit

Permalink
vault backup: 2023-09-12 19:51:55
Browse files Browse the repository at this point in the history
  • Loading branch information
pietraferreira committed Sep 12, 2023
1 parent 1c22869 commit db4c745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default (() => {
const description = fileData.description?.trim() ?? "No description provided"
const { css, js } = externalResources
const baseDir = pathToRoot(fileData.slug!)
const iconPath = joinSegments(baseDir, "static/icon.png")
const iconPath = joinSegments(baseDir, "static/favicon.ico")
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png`

return (
Expand Down
Binary file added quartz/static/favicon.ico
Binary file not shown.

0 comments on commit db4c745

Please sign in to comment.