Skip to content

Commit

Permalink
fix plausible tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 19, 2020
1 parent 40ba535 commit b27f0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">

<script async defer data-domain="{{content-for 'domain'}}" src="https://plausible.io/js/plausible.js"></script>
<script async defer data-domain="doi.datacite.org" src="https://plausible.io/js/plausible.js"></script>
{{content-for "head-footer"}}
</head>

Expand Down
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function(defaults) {
content: (process.env.SITE_TITLE || 'DataCite Fabrica'),
},
'cdn-url': {
content: (process.env.CDN_URL === 'https://datacite.org' ? 'doi.datacite.org' : 'doi.stage.datacite.org') + '/stylesheets/doi.css?version=' + (pkg.version || '1.0'),
content: (process.env.CDN_URL || 'https://datacite.org') + '/stylesheets/doi.css?version=' + (pkg.version || '1.0'),
},
},
'ember-power-select': {
Expand Down

0 comments on commit b27f0f9

Please sign in to comment.