diff options
Diffstat (limited to 'src/state/geolocation.tsx')
-rw-r--r-- | src/state/geolocation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/geolocation.tsx b/src/state/geolocation.tsx index 6229c6f2c..c4d8cb946 100644 --- a/src/state/geolocation.tsx +++ b/src/state/geolocation.tsx @@ -6,7 +6,7 @@ import {logger} from '#/logger' import {type Device, device} from '#/storage' const IPCC_URL = `https://bsky.app/ipcc` -const BAPP_CONFIG_URL = `https://bapp-config.bsky.workers.dev/config` +const BAPP_CONFIG_URL = `https://ip.bsky.app/config` const events = new EventEmitter() const EVENT = 'geolocation-updated' |