mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Allow custom favicon URL. Closes #3365
This commit is contained in:
parent
ffa8d8dd88
commit
02f0df3a2e
3 changed files with 14 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ export const HOMEPAGE_URL = 'https://umami.is';
|
|||
export const REPO_URL = 'https://github.com/umami-software/umami';
|
||||
export const UPDATES_URL = 'https://api.umami.is/v1/updates';
|
||||
export const TELEMETRY_PIXEL = 'https://i.umami.is/a.png';
|
||||
export const FAVICON_URL = 'https://icons.duckduckgo.com/ip3/{{domain}}.ico';
|
||||
|
||||
export const DEFAULT_LOCALE = process.env.defaultLocale || 'en-US';
|
||||
export const DEFAULT_THEME = 'light';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue