The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: use correct proxy options

+2 -2
+2 -2
apps/web/src/hooks/use-xrpc.tsx
··· 9 9 return new XRPC({ 10 10 handler: agent, 11 11 proxy: { 12 - type: 'atproto_pds', 13 - service: `did:web:${SERVER_URL}#api`, 12 + type: 'api', 13 + service: `did:web:${SERVER_URL}`, 14 14 }, 15 15 }); 16 16 }