想把專案放到bae上,已經部署好了把程式碼上傳了,輸入位址顯示自帶的引導語
#我想把這個這個頁面設定成首頁,index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>eleme</title>
</head>
<body>
<p id="app">hello word</p>
<!-- built files will be auto injected -->
</body>
</html>
頁面位置
package.json
{
"name": "bae-nodejs",
"version": "1.0.0",
"author": "bae",
"description": "The first bae nodejs app!",
"scripts": {
"start": "node server.js"
},
"dependencies": {
}
}
需要怎麼設定啊?
已經把程式碼上傳了,
我希望開啟網址http://flowerwithpiggy.duapp....顯示的是我index.html的內容,而不是預設的server.js的內容
上傳到bae給的程式碼位址,BAE後台點選部署