fix social-app uri
This commit is contained in:
		| @@ -10,7 +10,7 @@ export function getApiConfig(pds) { | ||||
|       pds: `https://${env.pds}`, | ||||
|       bsky: `https://bsky.${env.pds}`, | ||||
|       plc: `https://plc.${env.pds}`, | ||||
|       web: `https://web.${env.pds}` | ||||
|       web: `https://${env.pds}` | ||||
|     } | ||||
|   } | ||||
|   return { | ||||
| @@ -36,4 +36,4 @@ export async function getPdsFromHandle(handle) { | ||||
|     .then(res => res.json()) | ||||
|    | ||||
|   return data.didDoc?.service?.[0]?.serviceEndpoint || initialPds | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user