Skip to content

Commit

Permalink
OG Image Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAmbrosso committed Mar 16, 2024
1 parent 043bd46 commit ba967ad
Show file tree
Hide file tree
Showing 3 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 @@ -16,7 +16,7 @@ export default (() => {
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)

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

return (
<head>
Expand Down
Binary file removed quartz/static/og-banner.jpeg
Binary file not shown.
Binary file added quartz/static/og-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba967ad

Please sign in to comment.