+1
-1
README.md
+1
-1
README.md
···
8
## running dev and build
9
in the `vite.config.ts` file you should change these values
10
```ts
11
-
const PROD_URL = "https://reddwarf.whey.party"
12
const DEV_URL = "https://local3768forumtest.whey.party"
13
```
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
···
8
## running dev and build
9
in the `vite.config.ts` file you should change these values
10
```ts
11
+
const PROD_URL = "https://reddwarf.app"
12
const DEV_URL = "https://local3768forumtest.whey.party"
13
```
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
+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",
63
"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",
+1
-1
vite.config.ts
+1
-1
vite.config.ts