tangled
alpha
login
or
join now
pds.ls
/
pdsls
398
fork
atom
atmosphere explorer
pds.ls
tool
typescript
atproto
398
fork
atom
overview
issues
1
pulls
pipelines
fix anartia feed links
handle.invalid
2 weeks ago
1f33df30
496646c9
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+4
-1
1 changed file
expand all
collapse all
unified
split
src
views
record.tsx
+4
-1
src/views/record.tsx
···
59
59
hostname: "kelinci.net",
60
60
icon: "https://kelinci.net/rabbit.svg",
61
61
transform: (url: string) =>
62
62
-
url.replace("https://bsky.app/profile", "https://anartia.kelinci.net").replace("/post/", "/"),
62
62
+
url
63
63
+
.replace("https://bsky.app/profile", "https://anartia.kelinci.net")
64
64
+
.replace("/post/", "/")
65
65
+
.replace("/feed/", "/feeds/"),
63
66
},
64
67
];
65
68