We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb93aa commit d2744e7Copy full SHA for d2744e7
1 file changed
app/components/User/Avatar.vue
@@ -38,7 +38,7 @@ const textClass = computed(() => {
38
})
39
40
const { data: gravatarUrl } = useLazyFetch(() => `/api/gravatar/${props.username}`, {
41
- transform: res => (res.hash ? `/_avatar/${res.hash}?s=64&d=404` : null),
+ transform: res => (res.hash ? `/_avatar/${res.hash}?s=128&d=404` : null),
42
getCachedData(key, nuxtApp) {
43
return nuxtApp.static.data[key] ?? nuxtApp.payload.data[key]
44
},
0 commit comments