From c28195067f27fb02de1ae471c4f86aab660b45ce Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 23 Aug 2025 15:33:31 -0500 Subject: Update origin (#8889) --- src/state/geolocation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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' -- cgit 1.4.1