feat: gravatar default image updated

This commit is contained in:
Timothy J. Baek 2023-11-19 00:46:27 -08:00
parent 83ff1d77ea
commit dedb42582b

View File

@ -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"