Skip to content

Commit

Permalink
Force URL type to be hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Dec 7, 2015
1 parent 2a50da0 commit 50af258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(environment) {
modulePrefix: 'dummy',
environment: environment,
baseURL: '/',
locationType: 'auto',
locationType: 'hash',
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an ember canary build
Expand Down

0 comments on commit 50af258

Please sign in to comment.