1
0
Эх сурвалжийг харах

feat: gravatar default image updated

Timothy J. Baek 1 жил өмнө
parent
commit
dedb42582b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      backend/utils/misc.py

+ 1 - 1
backend/utils/misc.py

@@ -12,4 +12,4 @@ def get_gravatar_url(email):
     hash_hex = hash_object.hexdigest()
 
     # Grab the actual image URL
-    return f"https://www.gravatar.com/avatar/{hash_hex}"
+    return f"https://www.gravatar.com/avatar/{hash_hex}?d=mp"