firebase hosting - 点击从网页複製的连结会notfound

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


关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章