react/features/base/avatar/constants.js (
1
lines of code) (
raw
):
// @flow /** * The base URL for gravatar images. */ export const GRAVATAR_BASE_URL = 'https://www.gravatar.com/avatar/';