Explorar o código

feat: gravatar default image updated

Timothy J. Baek hai 1 ano
pai
achega
dedb42582b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"