static site frontend for mapped.at mapped.at
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix old hardcoded oauth metadata

+2 -2
+2 -2
script.js
··· 20 20 // ── ATProto OAuth configuration ─────────────────────────────────── 21 21 configureOAuth({ 22 22 metadata: { 23 - client_id: 'https://wilb.tngl.io/oauth-client-metadata.json', 24 - redirect_uri: 'https://wilb.tngl.io', 23 + client_id: 'https://mapped.tngl.io/oauth-client-metadata.json', 24 + redirect_uri: 'https://mapped.tngl.io', 25 25 }, 26 26 identityResolver: new LocalActorResolver({ 27 27 handleResolver: new XrpcHandleResolver({