This commit is contained in:
Eric Bailey
2025-08-23 14:13:01 -05:00
parent 99d7570818
commit 93de529946
+1 -1
View File
@@ -30,7 +30,7 @@ export const DEFAULT_GEOLOCATION: Device['geolocation'] = {
} }
async function getGeolocation(): Promise<Device['geolocation']> { async function getGeolocation(): Promise<Device['geolocation']> {
const res = await fetch(`https://bsky.app/ipcc`) const res = await fetch(`https://bapp-config.bsky.workers.dev/config`)
if (!res.ok) { if (!res.ok) {
throw new Error(`geolocation: lookup failed ${res.status}`) throw new Error(`geolocation: lookup failed ${res.status}`)