Skip to content

Commit 35c0501

Browse files
authored
chore: update avatar CDN to icons.folo.is (#147)
chore: update avatar CDN from unavatar.webp.se to icons.folo.is - Update NamespaceList.vue to use new CDN domain - Update NamespaceDetail.vue to use new CDN domain - Remove fallback query parameter
1 parent 63d09ad commit 35c0501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/theme/components/NamespaceDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="namespace-header">
44
<div class="namespace-icon">
55
<img
6-
:src="`https://unavatar.webp.se/${namespace.url || currentNamespaceId + '.com'}?fallback=true`"
6+
:src="`https://icons.folo.is/${namespace.url || currentNamespaceId + '.com'}`"
77
:alt="namespace.name"
88
@error="handleImageError"
99
/>

.vitepress/theme/components/NamespaceList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
>
6565
<div class="namespace-icon">
6666
<img
67-
:src="`https://unavatar.webp.se/${ns.url || ns.id + '.com'}?fallback=true`"
67+
:src="`https://icons.folo.is/${ns.url || ns.id + '.com'}`"
6868
:alt="ns.name"
6969
@error="handleImageError"
7070
/>

0 commit comments

Comments
 (0)