Vue 在 Localhost 開發時出現 “[prerender-spa-plugin] Unable to prerender all routes!” 錯誤的解決方式|伊恩踩坑筆記
Aug 4, 2021
我在 Localhost 開發的時候會出現一個錯誤訊息困擾有許久,而且是機率性的。因為以 SPA(Single-Page Application) 開發專案項目時會遇到 SEO 問題,於是我透過 prerender-spa-plugin 來解決這個問題,於是乎遇到了以下錯誤:
[prerender-spa-plugin] Unable to prerender all routes!
解決方法也很簡單,只要在 vue.config.js
多加一個 headless: true
參數就可以了
vue.config.js
headless: true
終於不會再看到那擾人的錯誤赤字
ING Design 応設計
https://www.theingdesign.com/