Skip to content

Commit c901720

Browse files
committed
Need location: history
1 parent 514611d commit c901720

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/config/environment.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (environment) {
55
modulePrefix: 'docs',
66
environment,
77
rootURL: '/',
8-
locationType: 'auto',
8+
locationType: 'history',
99
EmberENV: {
1010
FEATURES: {
1111
// Here you can enable experimental features on an ember canary build
@@ -46,7 +46,6 @@ module.exports = function (environment) {
4646
if (environment === 'production') {
4747
ENV.locationType = 'hash';
4848
ENV.rootURL = '/ember-page-title/';
49-
5049
}
5150

5251
return ENV;

0 commit comments

Comments
 (0)