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: remove unused ClientRouter import from index.astro to streamline component usage

-2
-2
src/pages/index.astro
··· 6 6 import SiteClientRouterHeadStyles from '../components/SiteClientRouterHeadStyles.astro'; 7 7 import SiteFooter from '../components/SiteFooter.astro'; 8 8 import SkipToContent from '../components/SkipToContent.astro'; 9 - import { ClientRouter } from 'astro:transitions'; 10 9 import { 11 10 getIosDownloadOptionsFromRequest, 12 11 iosDownloadHrefFromOptions, ··· 39 38 <title>{t('index.title')}</title> 40 39 <meta name="description" content={t('index.meta.description')}> 41 40 <meta name="viewport" content="width=device-width, initial-scale=1"> 42 - <ClientRouter /> 43 41 44 42 <link rel="preload" href="/fonts/Figtree/Figtree-VariableFont_wght.woff2" as="font" type="font/woff2" crossorigin> 45 43 <link rel="preload" href="/fonts/Caveat/Caveat-latin-400.woff2" as="font" type="font/woff2" crossorigin>