Skip to content

Commit d2744e7

Browse files
committed
revert: stick with same size for now
1 parent ceb93aa commit d2744e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/User/Avatar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const textClass = computed(() => {
3838
})
3939
4040
const { data: gravatarUrl } = useLazyFetch(() => `/api/gravatar/${props.username}`, {
41-
transform: res => (res.hash ? `/_avatar/${res.hash}?s=64&d=404` : null),
41+
transform: res => (res.hash ? `/_avatar/${res.hash}?s=128&d=404` : null),
4242
getCachedData(key, nuxtApp) {
4343
return nuxtApp.static.data[key] ?? nuxtApp.payload.data[key]
4444
},

0 commit comments

Comments
 (0)