tangled
alpha
login
or
join now
robinwobin.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
temporary geolocation bootleggy stuff :3
Daniela Henkel
6 months ago
0c8ff2b7
d43b6752
+2
-1
2 changed files
expand all
collapse all
unified
split
config.txt
src
state
geolocation
const.ts
+1
config.txt
···
1
1
+
{"countryCode":"US","regionCode":"CA","ageRestrictedGeos":[],"ageBlockedGeos":[]}
+1
-1
src/state/geolocation/const.ts
···
3
3
import {type Device} from '#/storage'
4
4
5
5
export const IPCC_URL = `https://bsky.app/ipcc`
6
6
-
export const BAPP_CONFIG_URL_PROD = `https://ip.bsky.app/config`
6
6
+
export const BAPP_CONFIG_URL_PROD = `/config.txt`
7
7
export const BAPP_CONFIG_URL = IS_DEV
8
8
? (BAPP_CONFIG_DEV_URL ?? BAPP_CONFIG_URL_PROD)
9
9
: BAPP_CONFIG_URL_PROD