A stream.place VOD client inspired by icarly.com
1
fork

Configure Feed

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

Fix OG image and favicon

- Add metadataBase URL (https://vod.j4ck.xyz) for absolute OG image URLs
- Add siteName and locale to OpenGraph metadata
- Update favicon to use favicon.ico instead of rectangular PNG
- Copy favicon.ico to public folder

jack 91f9154c beba0ca3

+6 -1
public/favicon.ico

This is a binary file and will not be displayed.

+6 -1
src/app/layout.tsx
··· 2 2 import "./icarly.css"; 3 3 4 4 export const metadata: Metadata = { 5 + metadataBase: new URL("https://vod.j4ck.xyz"), 5 6 title: "iStream - Video on Demand", 6 7 description: "Watch videos from the stream.place community! The coolest VOD site inspired by iCarly.", 7 8 icons: { 8 - icon: "/iStream_Logo.png", 9 + icon: "/favicon.ico", 10 + shortcut: "/favicon.ico", 11 + apple: "/favicon.ico", 9 12 }, 10 13 openGraph: { 11 14 title: "iStream - Video on Demand", ··· 19 22 }, 20 23 ], 21 24 type: "website", 25 + siteName: "iStream", 26 + locale: "en_US", 22 27 }, 23 28 twitter: { 24 29 card: "summary_large_image",