source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

refactor: enhance beta.astro for improved functionality and performance

- Streamline HTML structure by removing redundant elements and optimizing iframe integration.
- Update iframe attributes for better performance and accessibility.
- Introduce a new script for Tally widget embedding to enhance user interaction.

+7
+7
src/pages/iOS.ts
··· 1 + import type { APIRoute } from 'astro'; 2 + 3 + const APP_STORE_URL = 'https://apps.apple.com/us/app/orbyt-video/id6751679299'; 4 + 5 + export const GET: APIRoute = () => { 6 + return Response.redirect(APP_STORE_URL, 308); 7 + };