Skip to content

Commit 47e65bb

Browse files
committed
Auto merge of #2492 - Turbo87:location-type, r=locks
ember-router-scroll: Fix deprecation warning Overriding the default `locationType` is deprecated now r? @locks
2 parents 88b53bd + 1283588 commit 47e65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (environment) {
55
modulePrefix: 'cargo',
66
environment,
77
rootURL: '/',
8-
locationType: 'router-scroll',
8+
locationType: 'auto',
99
historySupportMiddleware: true,
1010
EmberENV: {
1111
FEATURES: {

0 commit comments

Comments
 (0)