atproto explorer
0
fork

Configure Feed

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

fix redirect

+1 -1
+1 -1
src/components/create.tsx
··· 72 72 return; 73 73 } 74 74 setOpenCreate(false); 75 - throw redirect(`/at/${res.data.uri.split("at://")[1]}`); 75 + throw redirect(res.data.uri.replace("at://", "/at/")); 76 76 }); 77 77 78 78 createEffect(() => {