madebydanny.uk written in html, css, and a lot of JavaScript I don't understand madebydanny.uk
html css javascript
1
fork

Configure Feed

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

huijopk

+1 -1
+1 -1
index.html
··· 153 153 const MUSIC_DID = 'did:plc:l37td5yhxl2irrzrgvei4qay'; 154 154 155 155 async function fetchMusicStatus() { 156 - const url = `https://pds.madebydanny.uk/xrpc/com.atproto.repo.getRecord?repo=${MUSIC_DID}&collection=fm.teal.alpha.actor.status&rkey=self`; 156 + const url = `https://selfhosted.social/xrpc/com.atproto.repo.getRecord?repo=${MUSIC_DID}&collection=fm.teal.alpha.actor.status&rkey=self`; 157 157 try { 158 158 const response = await fetch(url); 159 159 if (!response.ok) {