We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93b74e commit 37e4ef8Copy full SHA for 37e4ef8
config/environment.js
@@ -0,0 +1,10 @@
1
+/* jshint node: true */
2
+
3
+module.exports = function(environment) {
4
+ return {
5
+ environment: environment,
6
+ baseURL: '/',
7
+ locationType: 'auto'
8
+ };
9
+};
10
0 commit comments