tangled
alpha
login
or
join now
flo-bit.dev
/
blento
21
fork
atom
your personal website on atproto - mirror
blento.app
21
fork
atom
overview
issues
pulls
pipelines
remove view on external site for blento blog posts
Florian
3 weeks ago
51354e99
364a4e45
+1
-1
1 changed file
expand all
collapse all
unified
split
src
routes
[[actor=actor]]
blog
[rkey]
+page.server.ts
+1
-1
src/routes/[[actor=actor]]/blog/[rkey]/+page.server.ts
···
49
49
const site = post.site as string | undefined;
50
50
const path = post.path as string | undefined;
51
51
52
52
-
if (site && path) {
52
52
+
if (site && path && site !== `at://${did}/site.standard.publication/blento.self`) {
53
53
if (site.startsWith('at://')) {
54
54
const siteParts = parseUri(site);
55
55
if (siteParts) {