···26262727- guestbook card
28282929-- analytics?2929+- onboarding?
3030+3131+- switch sidebar to a quick list of available cards with search function
3232+3333+- test
3434+ - selfhosting
3535+3636+- guestbook card
3737+3838+- analytics?
3939+4040+- refresh recently updated blentos (move to top of list, update profiles every 24 hours)
4141+4242+- server side oauth?
+2-1
src/lib/atproto/settings.ts
···11import { dev } from '$app/environment';
22+import { env } from '$env/dynamic/public';
2333-export const SITE = 'https://blento.app';
44+export const SITE = env.PUBLIC_DOMAIN;
4556type Permissions = {
67 collections: readonly string[];