Skip to content

Commit fa9177f

Browse files
authored
Merge pull request #161 from SPARSH1608/feature/disable-copy-inspect-shortcuts
resolved errors
2 parents 6c4e7f1 + 52135a6 commit fa9177f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/npm-debug.log*
1919
/testem.log
2020
/yarn-error.log
21-
21+
/public/
2222
# ember-try
2323
/.node_modules.ember-try/
2424
/bower.json.ember-try

config/environment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (environment) {
55
modulePrefix: "hackerblocks",
66
podModulePrefix: "hackerblocks/pods",
77
environment,
8-
rootURL: "/app",
8+
rootURL: "/",
99
locationType: "auto",
1010
"ember-simple-auth-token": {
1111
identificationField: "code",

0 commit comments

Comments
 (0)