Personal Site

Make error logs more specific so i dont go insaine

vielle.dev e47195e1 60cd023e

verified
+1 -1
+1 -1
src/components/home/Landing.astro
··· 17 17 .then((x) => x.json()) 18 18 .then((x) => x.avatar) 19 19 .catch((e) => { 20 - console.error("Got error", e); 20 + console.error("Got bsky pfp error", e); 21 21 return undefined; 22 22 }); 23 23 ---