Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

browse records: fuck vercel. link to pdsls.dev.

(also since the vercel app was broken by bots, but mostly because fuck vercel.)

Changed files
+1 -1
constellation
templates
+1 -1
constellation/templates/links.html.j2
···
<pre style="display: block; margin: 1em 2em" class="code"><strong>DID</strong>: {{ record.did().0 }} (<a href="/links/all?target={{ record.did().0|urlencode }}">DID links</a>)
<strong>Collection</strong>: {{ record.collection }}
<strong>RKey</strong>: {{ record.rkey }}
-
-> <a href="https://atproto-browser-plus-links.vercel.app/at/{{ record.did().0|urlencode }}/{{ record.collection }}/{{ record.rkey }}">browse record</a></pre>
+
-> <a href="https://pdsls.dev/at://{{ record.did().0 }}/{{ record.collection }}/{{ record.rkey }}">browse record</a></pre>
{% endfor %}
{% if let Some(c) = cursor %}