Remember when you made an A+ post last year and everyone clapped bailey.tngl.io/remember-when
2
fork

Configure Feed

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

take 2

+1 -1
+1 -1
index.html
··· 113 113 const oauthScope = "atproto repo:app.bsky.feed.post?action=create"; 114 114 let clientId; 115 115 if (production) { 116 - clientId = `${window.location.origin}/oauth-client-metadata.json`; 116 + clientId = `${window.location.origin}/remember-when/oauth-client-metadata.json`; 117 117 } else { 118 118 clientId = 119 119 `http://localhost?redirect_uri=${encodeURIComponent(redirectUri)}` +