Skip to content

Commit

Permalink
fix: remove old analyticsId
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Redington committed Sep 11, 2021
1 parent 1be2b1a commit 0993877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ export default {
},
filters,
messages,
analyticsId: (typeof window !== 'undefined') && window.location.hostname.match(/toiletmap\.org\.uk/)
? 'UA-52513593-1'
: null,
initialZoom: 16,
minZoom: 11,
maxZoom: 18,
Expand Down

0 comments on commit 0993877

Please sign in to comment.