Skip to content

Commit

Permalink
fix: Netlify env var perhaps?
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed May 7, 2024
1 parent b7f0489 commit bcb13c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="theme-color" content="#673AB8">
<link rel="alternate" type="application/rss+xml" href="https://preactjs.com/feed.xml">
<link rel="alternate" type="application/atom+xml" href="https://preactjs.com/feed.atom">
<meta property="og:image" content="%DEPLOY_PRIME_URL%/og-image.png">
<meta property="og:image" content="%DEPLOY_URL%/og-image.png">
<meta name="twitter:card" content="summary">
<link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin="anonymous">
</head>
Expand Down

0 comments on commit bcb13c4

Please sign in to comment.