diff options
author | Eric Bailey <git@esb.lol> | 2025-08-23 15:33:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-23 15:33:31 -0500 |
commit | c28195067f27fb02de1ae471c4f86aab660b45ce (patch) | |
tree | ce79463a334a377f0fe878c1165595c3966e3ecc /src | |
parent | 3b7b93a411a6096fa5e5665f105118dc29973d94 (diff) | |
download | voidsky-c28195067f27fb02de1ae471c4f86aab660b45ce.tar.zst |
Update origin (#8889)
Diffstat (limited to 'src')
-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' |