Skip to content

Commit

Permalink
fix: use https for image
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycassara committed Nov 30, 2023
1 parent f453637 commit fd263d9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@
property="og:description"
content="Use your monitor as a light source for videography and photography. Dial in the perfect shade using Kelvin temperature units!"
/>
<meta property="og:image" content="/social_media_preview.png" />
<meta
property="og:image"
content="https://tonycassara.github.io/monitor-light-box/social_media_preview.png"
/>
<meta
property="og:url"
content="https://tonycassara.github.io/monitor-light-box/"
/>
<meta name="twitter:card" content="/social_media_preview.png" />
<meta
name="twitter:card"
content="https://tonycassara.github.io/monitor-light-box/social_media_preview.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down

0 comments on commit fd263d9

Please sign in to comment.