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 e0ab3e9 commit 3c4eeaaCopy full SHA for 3c4eeaa
server/profiles/dev/config.json
@@ -10,5 +10,5 @@
10
"writeLog" : false
11
},
12
13
- "feUrl": "http://127.0.0.1:3000/"
+ "feUrl": "http://127.0.0.1:3000"
14
}
server/views/error.ejs
server/views/index.ejs
@@ -7,8 +7,8 @@
7
</head>
8
<body>
9
<div class='main'></div>
- <script src="<%-feUrl%>prd/common.js"></script>
- <script src="<%-feUrl%>prd/libs.js"></script>
- <script src="<%-feUrl%>prd/index.js"></script>
+ <script src="<%-feUrl%>/prd/common.js"></script>
+ <script src="<%-feUrl%>/prd/libs.js"></script>
+ <script src="<%-feUrl%>/prd/index.js"></script>
</body>
</html>
0 commit comments