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一次