about summary refs log tree commit diff
path: root/src/state/geolocation.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-08-23 15:33:31 -0500
committerGitHub <noreply@github.com>2025-08-23 15:33:31 -0500
commitc28195067f27fb02de1ae471c4f86aab660b45ce (patch)
treece79463a334a377f0fe878c1165595c3966e3ecc /src/state/geolocation.tsx
parent3b7b93a411a6096fa5e5665f105118dc29973d94 (diff)
downloadvoidsky-c28195067f27fb02de1ae471c4f86aab660b45ce.tar.zst
Update origin (#8889)
Diffstat (limited to 'src/state/geolocation.tsx')
-rw-r--r--src/state/geolocation.tsx2
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'