An entry for the streamplace vod showcase
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(web): use absolute URLs for OG images

Update og:image and twitter:image to use https://streamhut.wisp.place

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3 -2
+3 -2
apps/web/index.html
··· 10 10 11 11 <!-- Open Graph --> 12 12 <meta property="og:type" content="website" /> 13 + <meta property="og:url" content="https://streamhut.wisp.place" /> 13 14 <meta property="og:title" content="Streamhut" /> 14 15 <meta property="og:description" content="Decentralized video streaming powered by AT Protocol serverless bundles." /> 15 - <meta property="og:image" content="/og-image.svg" /> 16 + <meta property="og:image" content="https://streamhut.wisp.place/og-image.svg" /> 16 17 <meta property="og:site_name" content="Streamhut" /> 17 18 18 19 <!-- Twitter Card --> 19 20 <meta name="twitter:card" content="summary_large_image" /> 20 21 <meta name="twitter:title" content="Streamhut" /> 21 22 <meta name="twitter:description" content="Decentralized video streaming powered by AT Protocol serverless bundles." /> 22 - <meta name="twitter:image" content="/og-image.svg" /> 23 + <meta name="twitter:image" content="https://streamhut.wisp.place/og-image.svg" /> 23 24 24 25 <!-- Theme color for browser UI --> 25 26 <meta name="theme-color" content="#1a2332" />