···2324- when adding images try to add them in a size that best fits aspect ratio
2526-- onboarding
0000000000000
···2324- when adding images try to add them in a size that best fits aspect ratio
2526+- onboarding?
27+28+- switch sidebar to a quick list of available cards with search function
29+30+- test
31+ - selfhosting
32+33+- guestbook card
34+35+- analytics?
36+37+- refresh recently updated blentos (move to top of list, update profiles every 24 hours)
38+39+- 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[];