From d3876f3e1fda212140090428e5e53dfc9f27b499 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 23 Aug 2025 15:33:31 -0500 Subject: [PATCH] Update origin (#8889) (cherry picked from commit c28195067f27fb02de1ae471c4f86aab660b45ce) --- src/state/geolocation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/geolocation.tsx b/src/state/geolocation.tsx index cd3947a094..c7bdf85ed8 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'