Skip to content

Commit

Permalink
Replaced old logo with new logo (png placeholder)
Browse files Browse the repository at this point in the history
  • Loading branch information
olipra authored Dec 10, 2024
1 parent 099a9c3 commit 579485c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default (() => {
const path = url.pathname as FullSlug
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)

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

return (
<head>
Expand Down

0 comments on commit 579485c

Please sign in to comment.