tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Make error logs more specific so i dont go insaine
vielle.dev
7 months ago
e47195e1
60cd023e
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
home
Landing.astro
+1
-1
src/components/home/Landing.astro
···
17
17
.then((x) => x.json())
18
18
.then((x) => x.avatar)
19
19
.catch((e) => {
20
20
-
console.error("Got error", e);
20
20
+
console.error("Got bsky pfp error", e);
21
21
return undefined;
22
22
});
23
23
---