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.
2 parents 1f8c611 + 414584f commit 689d1aaCopy full SHA for 689d1aa
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
});
public/robots.txt
@@ -1,3 +1,3 @@
1
# http://www.robotstxt.org
2
User-agent: *
3
-Disallow:
+Disallow: /
0 commit comments