Skip to content

Commit 689d1aa

Browse files
authored
Merge pull request ember-learn#627 from ember-learn/robots
Adjust robots.txt and Google Analytics for staging deployment
2 parents 1f8c611 + 414584f commit 689d1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
});

public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# http://www.robotstxt.org
22
User-agent: *
3-
Disallow:
3+
Disallow: /

0 commit comments

Comments
 (0)