your personal website on atproto - mirror blento.app

remove view on external site for blento blog posts

Florian 51354e99 364a4e45

+1 -1
+1 -1
src/routes/[[actor=actor]]/blog/[rkey]/+page.server.ts
··· 49 const site = post.site as string | undefined; 50 const path = post.path as string | undefined; 51 52 - if (site && path) { 53 if (site.startsWith('at://')) { 54 const siteParts = parseUri(site); 55 if (siteParts) {
··· 49 const site = post.site as string | undefined; 50 const path = post.path as string | undefined; 51 52 + if (site && path && site !== `at://${did}/site.standard.publication/blento.self`) { 53 if (site.startsWith('at://')) { 54 const siteParts = parseUri(site); 55 if (siteParts) {