Skip to content

Commit 3976a52

Browse files
committed
disallow search engine crawls for octane
1 parent 1f8c611 commit 3976a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Router = EmberRouter.extend({
2727
const title = this.getWithDefault('currentRouteName', 'unknown');
2828

2929
// this is constant for this app and is only used to identify page views in the GA dashboard
30-
const hostname = 'guides.emberjs.com';
30+
const hostname = 'octane-guides-preview.emberjs.com';
3131

3232
this.metrics.trackPage({ page, title, hostname });
3333
});

0 commit comments

Comments
 (0)