We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41d8eb commit 2ac3bfaCopy full SHA for 2ac3bfa
config/environment.js
@@ -6,7 +6,7 @@ module.exports = function(environment) {
6
modulePrefix: 'croodle',
7
environment: environment,
8
locationType: 'hash',
9
- rootURL: '/',
+ rootURL: '',
10
11
APP: {
12
// Here you can pass flags/options to your application instance
@@ -44,6 +44,8 @@ module.exports = function(environment) {
44
};
45
46
if (environment === 'test') {
47
+ ENV.rootURL = '/';
48
+
49
// Testem prefers this...
50
ENV.locationType = 'hash';
51
0 commit comments