···8## running dev and build
9in the `vite.config.ts` file you should change these values
10```ts
11-const PROD_URL = "https://reddwarf.whey.party"
12const DEV_URL = "https://local3768forumtest.whey.party"
13```
14the 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
···8## running dev and build
9in the `vite.config.ts` file you should change these values
10```ts
11+const PROD_URL = "https://reddwarf.app"
12const DEV_URL = "https://local3768forumtest.whey.party"
13```
14the 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 // parse text
47 /**
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,)
50 * 2. aturi
51 * 3. plain handle
52 * 4. plain did
···60 "social.daniela.lol",
61 "deer.social",
62 "reddwarf.whey.party",
063 "main.bsky.dev",
64 "catsky.social",
65 "blacksky.community",
···46 // parse text
47 /**
48 * text might be
49+ * 1. bsky dot app url (reddwarf link segments might be uri encoded,)
50 * 2. aturi
51 * 3. plain handle
52 * 4. plain did
···60 "social.daniela.lol",
61 "deer.social",
62 "reddwarf.whey.party",
63+ "reddwarf.app",
64 "main.bsky.dev",
65 "catsky.social",
66 "blacksky.community",