Skip to content

Commit

Permalink
Fix OG image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Jun 30, 2024
1 parent 7934220 commit 5ec3fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions og-images.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ function template({ page }) {

return html` <!-- -->
<div style=${styles.container}>
<img src="https://github.com/Comet-Robotics/cometrobotics.org/blob/c16375ca9033971919e0d6f36727377d1fdc1cc4/public/DSC02011.jpg" style="width: 100%; height: 100%; object-fit: cover;"/>
<img src="https://github.com/Comet-Robotics/cometrobotics.org/raw/c16375ca9033971919e0d6f36727377d1fdc1cc4/public/DSC02011.jpg" style="width: 100%; height: 100%; object-fit: cover;"/>
</div>
<div style=${styles.wrap}>
<img style=${wordmarkStyles} src="https://github.com/Comet-Robotics/cometrobotics.org/blob/c16375ca9033971919e0d6f36727377d1fdc1cc4/public/wordmark.png"/>
<img style=${wordmarkStyles} src="https://github.com/Comet-Robotics/cometrobotics.org/raw/c16375ca9033971919e0d6f36727377d1fdc1cc4/public/wordmark.png"/>
${title ? html`<div style=${styles.title}>${title.trim()}</div>` : ''}
</div>
`
Expand Down

0 comments on commit 5ec3fa9

Please sign in to comment.