Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
🤐 use china gravatar cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Sep 27, 2017
1 parent ee89171 commit d72bd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/tale/extension/Commons.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static String theme_url(String sub) {
* @return
*/
public static String gravatar(String email) {
String avatarUrl = "https://secure.gravatar.com/avatar";
String avatarUrl = "https://cn.gravatar.com/avatar";
if (StringKit.isBlank(email)) {
return avatarUrl;
}
Expand Down

0 comments on commit d72bd6c

Please sign in to comment.