Bluesky app fork with some witchin' additions 💫

temporary geolocation bootleggy stuff :3

Changed files
+2 -1
src
state
geolocation
+1
config.txt
··· 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 - export const BAPP_CONFIG_URL_PROD = `https://ip.bsky.app/config` 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