atproto explorer
0
fork

Configure Feed

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

fix url on unreachable repos

Juliet 05e345b1 e713d1db

+1 -1
+1 -1
src/views/repo.tsx
··· 226 226 default: 227 227 setError("This repository is unreachable"); 228 228 } 229 - navigate("#identity"); 229 + navigate(`/at://${params.repo}#identity`); 230 230 } 231 231 232 232 return res.data;