···23232424- when adding images try to add them in a size that best fits aspect ratio
25252626-- onboarding
2626+- onboarding?
2727+2828+- switch sidebar to a quick list of available cards with search function
2929+3030+- test
3131+ - selfhosting
3232+3333+- guestbook card
3434+3535+- analytics?
3636+3737+- refresh recently updated blentos (move to top of list, update profiles every 24 hours)
3838+3939+- 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[];