mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Compare commits
No commits in common. "1b6da0aaa06e8a82bbefba68a86c80dfab5ce802" and "df786d1fbc3f32976b5a0dbf47795f5be5f1521b" have entirely different histories.
1b6da0aaa0
...
df786d1fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ export const GROUPED_DOMAINS = [
|
|||
{ name: 'DuckDuckGo', domain: 'duckduckgo.com', match: 'duckduckgo.' },
|
||||
{ name: 'Facebook', domain: 'facebook.com', match: 'facebook.' },
|
||||
{ name: 'GitHub', domain: 'github.com', match: 'github.' },
|
||||
{ name: 'Google', domain: 'google.com', match: 'google.' },
|
||||
{ name: 'Hacker News', domain: 'news.ycombinator.com', match: 'news.ycombinator.com' },
|
||||
{ name: 'Instagram', domain: 'instagram.com', match: ['instagram.', 'ig.com'] },
|
||||
{ name: 'LinkedIn', domain: 'linkedin.com', match: 'linkedin.' },
|
||||
|
|
@ -437,6 +436,7 @@ export const GROUPED_DOMAINS = [
|
|||
{ name: 'Reddit', domain: 'reddit.com', match: 'reddit.' },
|
||||
{ name: 'Snapchat', domain: 'snapchat.com', match: 'snapchat.' },
|
||||
{ name: 'Twitter', domain: 'twitter.com', match: ['twitter.', 't.co', 'x.com'] },
|
||||
{ name: 'Google', domain: 'google.com', match: 'google.' },
|
||||
];
|
||||
|
||||
export const MAP_FILE = '/datamaps.world.json';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue