Use absolute URLs for OG/Twitter image meta tags

Social crawlers need fully qualified URLs to fetch the image
from their servers. Relative paths only work in some clients.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-18 09:02:51 +01:00
commit d08d886956

View file

@ -8,9 +8,9 @@
<meta property="og:title" content="Pay2Play! — The Worst Music Player">
<meta property="og:description" content="A music player where pause costs $0.01, resume is a separate charge, and you only get 3 seconds free.">
<meta property="og:type" content="website">
<meta property="og:image" content="og-card.png">
<meta property="og:image" content="https://donothireus.com/pay2play/og-card.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="og-card.png">
<meta name="twitter:image" content="https://donothireus.com/pay2play/og-card.png">
<meta name="twitter:title" content="Pay2Play! — The Worst Music Player">
<meta name="twitter:description" content="Every feature costs money. Even closing the app shows an unskippable ad.">
<link rel="preconnect" href="https://fonts.googleapis.com">