atproto explorer
0
fork

Configure Feed

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

Update constellation host (#22)

same raspi server, and the old hostname still works, but this saves the 301 redirect on every request

authored by

phil and committed by
GitHub
4ee11b1f 83d7e908

+4 -4
+1 -1
src/components/backlinks.tsx
··· 34 34 <p class="font-sans font-semibold text-stone-600 dark:text-stone-400"> 35 35 Backlinks{" "} 36 36 <a 37 - href="https://links.bsky.bad-example.com" 37 + href="https://constellation.microcosm.blue" 38 38 title="constellation: atproto backlink index" 39 39 target="_blank" 40 40 >
+1 -1
src/components/settings.tsx
··· 148 148 spellcheck={false} 149 149 value={ 150 150 localStorage.constellationHost || 151 - "https://links.bsky.bad-example.com" 151 + "https://constellation.microcosm.blue" 152 152 } 153 153 disabled={!backlinksEnabled()} 154 154 class="dark:bg-dark-100 rounded-lg border border-gray-400 px-2 py-1 focus:outline-none focus:ring-1 focus:ring-gray-300 disabled:border-gray-200 disabled:bg-gray-50 disabled:text-gray-500 dark:disabled:border-gray-700 dark:disabled:bg-gray-800/20"
+1 -1
src/utils/api.ts
··· 5 5 import { createStore } from "solid-js/store"; 6 6 7 7 localStorage.constellationHost = 8 - localStorage.constellationHost || "https://links.bsky.bad-example.com"; 8 + localStorage.constellationHost || "https://constellation.microcosm.blue"; 9 9 10 10 const didPDSCache: Record<string, string> = {}; 11 11 const [labelerCache, setLabelerCache] = createStore<Record<string, string>>({});
+1 -1
src/views/home.tsx
··· 46 46 </p> 47 47 <p> 48 48 <A 49 - href="https://links.bsky.bad-example.com" 49 + href="https://constellation.microcosm.blue" 50 50 class="text-lightblue-500 hover:underline" 51 51 target="_blank" 52 52 >