https://firebase.google.com/docs/hosting/url-redirects-rewrites
firebase.json 加入
"hosting": {
// Add the "rewrites" section within "hosting"
"rewrites": [ {
"source": "**",
"destination": "/index.html"
} ]
}
原因是因為裝置還沒有載入 dist/index.html
所以當你裝置都沒有從網頁入口登入,沒有先build過一遍 網址是無效得
這段程式碼就是在解決這個問題,不管從網站的哪個網址連結都會幫你re-build一次