Skip to content

Commit

Permalink
Merge pull request #863 from mainmatter/analytics
Browse files Browse the repository at this point in the history
Enable analytics via Plausible
  • Loading branch information
marcoow authored Nov 23, 2023
2 parents 8433076 + c56b549 commit 9105a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dummy/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/dummy.css">

<script defer data-domain="ember-promise-modals.com" src="https://plausible.io/js/script.js"></script>

{{content-for "head-footer"}}
</head>
<body>
Expand Down

0 comments on commit 9105a3f

Please sign in to comment.