Skip to content

Commit 1b6da0a

Browse files
authored
Merge pull request umami-software#3599 from 0xflotus/patch-2
fix: put Google in the right order of grouped domains
2 parents df786d1 + de3e9d0 commit 1b6da0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,14 +429,14 @@ export const GROUPED_DOMAINS = [
429429
{ name: 'DuckDuckGo', domain: 'duckduckgo.com', match: 'duckduckgo.' },
430430
{ name: 'Facebook', domain: 'facebook.com', match: 'facebook.' },
431431
{ name: 'GitHub', domain: 'github.com', match: 'github.' },
432+
{ name: 'Google', domain: 'google.com', match: 'google.' },
432433
{ name: 'Hacker News', domain: 'news.ycombinator.com', match: 'news.ycombinator.com' },
433434
{ name: 'Instagram', domain: 'instagram.com', match: ['instagram.', 'ig.com'] },
434435
{ name: 'LinkedIn', domain: 'linkedin.com', match: 'linkedin.' },
435436
{ name: 'Pinterest', domain: 'pinterest.com', match: 'pinterest.' },
436437
{ name: 'Reddit', domain: 'reddit.com', match: 'reddit.' },
437438
{ name: 'Snapchat', domain: 'snapchat.com', match: 'snapchat.' },
438439
{ name: 'Twitter', domain: 'twitter.com', match: ['twitter.', 't.co', 'x.com'] },
439-
{ name: 'Google', domain: 'google.com', match: 'google.' },
440440
];
441441

442442
export const MAP_FILE = '/datamaps.world.json';

0 commit comments

Comments
 (0)