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 514611d commit c901720Copy full SHA for c901720
1 file changed
docs/config/environment.js
@@ -5,7 +5,7 @@ module.exports = function (environment) {
5
modulePrefix: 'docs',
6
environment,
7
rootURL: '/',
8
- locationType: 'auto',
+ locationType: 'history',
9
EmberENV: {
10
FEATURES: {
11
// Here you can enable experimental features on an ember canary build
@@ -46,7 +46,6 @@ module.exports = function (environment) {
46
if (environment === 'production') {
47
ENV.locationType = 'hash';
48
ENV.rootURL = '/ember-page-title/';
49
-
50
}
51
52
return ENV;
0 commit comments