Skip to content

Commit

Permalink
fix(client): update default gravatar to v2ex
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Feb 8, 2021
1 parent 92b4f7f commit 7fb0bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const emojiMaps = {
};

const gravatarSetting = {
cdn: 'https://gravatar.loli.net/avatar/',
cdn: 'https://cdn.v2ex.com/gravatar/',
ds: ['mp', 'identicon', 'monsterid', 'wavatar', 'robohash', 'retro', ''],
params: ''
}
Expand Down

0 comments on commit 7fb0bd7

Please sign in to comment.