g0v / vue.vtaiwan.tw

數位經濟法規線上諮詢系統 界面 3.0 - https://vtw.link/
https://vtaiwan.tw/
Creative Commons Zero v1.0 Universal
75 stars 27 forks source link

404 not found after create new topic #66

Open shuyanglin opened 7 years ago

shuyanglin commented 7 years ago

從首頁點還可以,但直接複製網址的話就會看到 404 not found 有沒有什麼辦法一勞永逸地解決這個問題呢?

youchenlee commented 7 years ago

有一些好的解法,比如 SSR,或更頻繁執行 pre render。但我想試試看在 404.html 抓 referer url 然後 new Vue() 去做 client side render.

wildjcrt commented 7 years ago

或是把網址改成連到首頁,並會去自動觸發 new topic 事件呢?