Canonical repo for Dong Web (dong.vielle.dev)
0
fork

Configure Feed

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

fix issue

+1 -4
+1 -4
src/pages/index.astro
··· 160 160 image.src = `data:${res.image.mime};base64,${res.image.data}`; 161 161 162 162 // audio play 163 - console.log("audio loaded") 164 - audio.src = `data:${res.audio.mime};base64,${res.image.data}`; 165 - console.log("audio played") 166 - console.log(audio.src) 163 + audio.src = `data:${res.audio.mime};base64,${res.audio.data}`; 167 164 audio.play(); 168 165 }); 169 166 }