iT邦幫忙

0

firebase hosting - 點擊從網頁複製的連結會notfound

  • 分享至 

  • xImage
  •  

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


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言