Skip to content

Commit ec219d6

Browse files
committed
refactor: switch to auto location type in dummy app
1 parent f80561c commit ec219d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(environment) {
66
modulePrefix: 'dummy',
77
environment,
88
rootURL: '/',
9-
locationType: 'hash',
9+
locationType: 'auto',
1010
contentSecurityPolicy: {
1111
'img-src': "'self' data: emberjs.com assets-cdn.github.com",
1212
'style-src': "'self' maxcdn.bootstrapcdn.com",

0 commit comments

Comments
 (0)