We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c4e7f1 + 52135a6 commit fa9177fCopy full SHA for fa9177f
.gitignore
@@ -18,7 +18,7 @@
18
/npm-debug.log*
19
/testem.log
20
/yarn-error.log
21
-
+/public/
22
# ember-try
23
/.node_modules.ember-try/
24
/bower.json.ember-try
config/environment.js
@@ -5,7 +5,7 @@ module.exports = function (environment) {
5
modulePrefix: "hackerblocks",
6
podModulePrefix: "hackerblocks/pods",
7
environment,
8
- rootURL: "/app",
+ rootURL: "/",
9
locationType: "auto",
10
"ember-simple-auth-token": {
11
identificationField: "code",
0 commit comments