Skip to content

Commit

Permalink
Merge pull request #1205 from NYCPlanning/develop
Browse files Browse the repository at this point in the history
Push Matomo Updates to Production
  • Loading branch information
TylerMatteo authored Jul 11, 2024
2 parents e8c7b42 + 4694a4b commit 899dac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
(function() {
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://matomo.planninglabs.nyc/js/container_9G7PP94F.js'; s.parentNode.insertBefore(g,s);
g.async=true; g.src='https://cdn.matomo.cloud/nycplanning.matomo.cloud/container_FkkxRc58.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Tag Manager -->
Expand Down
4 changes: 2 additions & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports = function (environment) {
name: 'MatomoTagManager',
environments: ['development', 'production', 'test'],
config: {
matomoUrl: 'matomo.planninglabs.nyc',
containerId: '9G7PP94F',
matomoUrl: 'nycplanning.matomo.cloud',
containerId: 'FkkxRc58',
},
},
],
Expand Down

0 comments on commit 899dac3

Please sign in to comment.