Skip to content

Commit

Permalink
fix(entities): add Fathom classifications (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Hulce <patrick.hulce@compass.com>
  • Loading branch information
benschwarz and patrickhulce committed Jun 15, 2023
1 parent a5bd143 commit 1dd4bdd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12778,4 +12778,13 @@ module.exports = [
'*.appcues.com'
],
},
{
name: 'Fathom Analytics',
company: 'Fathom',
homepage: 'https://usefathom.com/',
category: 'analytics',
domains: [
'*.usefathom.com',
],
},
]

1 comment on commit 1dd4bdd

@vercel
Copy link

@vercel vercel bot commented on 1dd4bdd Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.