Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
/**
|
|
* The base URL for gravatar images.
|
|
*/
|
|
export const GRAVATAR_BASE_URL = 'https://www.gravatar.com/avatar/';
|