Skip to content

Commit

Permalink
remove yyets.webp.se
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Aug 28, 2023
1 parent 085a90c commit 084b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/formatData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const formatAvatar = (name: string) => {
export const getGravatar = (name: string, hasAvatar: boolean, hash: string) => {
const hashQuery = hash ? `?hash=${hash}` : "";
const gravatarPrefix = process.env.NODE_ENV !== "development" ? "https://gravatar.webp.se" : "";
const webpPrefix = process.env.NODE_ENV !== "development" ? "https://yyets.webp.se" : "";
const webpPrefix = process.env.NODE_ENV !== "development" ? "https://3297e64.webp.ee" : "";

if (hasAvatar) {
return `${webpPrefix}/api/user/avatar/${name}${hashQuery}`;
Expand Down

0 comments on commit 084b941

Please sign in to comment.