an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm

new domain

rimar1337 78b41734 78e2b52c

Changed files
+4 -3
src
components
+1 -1
README.md
··· 8 8 ## running dev and build 9 9 in the `vite.config.ts` file you should change these values 10 10 ```ts 11 - const PROD_URL = "https://reddwarf.whey.party" 11 + const PROD_URL = "https://reddwarf.app" 12 12 const DEV_URL = "https://local3768forumtest.whey.party" 13 13 ``` 14 14 the PROD_URL is what will compile your oauth client metadata so it is very important to change that. same for DEV_URL if you are using a tunnel for dev work
+2 -1
src/components/Import.tsx
··· 46 46 // parse text 47 47 /** 48 48 * text might be 49 - * 1. bsky dot app url (deer.social, reddwarf.whey.party, main.bsky.dev, catskys.social) (reddwarf link segments might be uri encoded,) 49 + * 1. bsky dot app url (reddwarf link segments might be uri encoded,) 50 50 * 2. aturi 51 51 * 3. plain handle 52 52 * 4. plain did ··· 60 60 "social.daniela.lol", 61 61 "deer.social", 62 62 "reddwarf.whey.party", 63 + "reddwarf.app", 63 64 "main.bsky.dev", 64 65 "catsky.social", 65 66 "blacksky.community",
+1 -1
vite.config.ts
··· 10 10 11 11 import { generateMetadataPlugin } from "./oauthdev.mts"; 12 12 13 - const PROD_URL = "https://reddwarf.whey.party" 13 + const PROD_URL = "https://reddwarf.app" 14 14 const DEV_URL = "https://local3768forumtest.whey.party" 15 15 16 16 function shp(url: string): string {