We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8c611 commit 3976a52Copy full SHA for 3976a52
app/router.js
@@ -27,7 +27,7 @@ const Router = EmberRouter.extend({
27
const title = this.getWithDefault('currentRouteName', 'unknown');
28
29
// this is constant for this app and is only used to identify page views in the GA dashboard
30
- const hostname = 'guides.emberjs.com';
+ const hostname = 'octane-guides-preview.emberjs.com';
31
32
this.metrics.trackPage({ page, title, hostname });
33
});
0 commit comments