···2627- guestbook card
2829+- onboarding?
30+31+- switch sidebar to a quick list of available cards with search function
32+33+- test
34+ - selfhosting
35+36+- guestbook card
37+38+- analytics?
39+40+- refresh recently updated blentos (move to top of list, update profiles every 24 hours)
41+42+- server side oauth?
+2-1
src/lib/atproto/settings.ts
···1import { dev } from '$app/environment';
023-export const SITE = 'https://blento.app';
45type Permissions = {
6 collections: readonly string[];
···1import { dev } from '$app/environment';
2+import { env } from '$env/dynamic/public';
34+export const SITE = env.PUBLIC_DOMAIN;
56type Permissions = {
7 collections: readonly string[];