chrisvfritz/prerender-spa-plugin
GitHub で見るWhen assetsPublicPath is set, the page is not rendered successfully.
Open
#176 opened on 2018年4月16日
bughelp wanted
説明
Vue project The value of assetsPublicPath is not '/', but '/sub/'. The page after run build is not rendered successfully, if assetsPublicPath: '/' can do it. But in my project, assetsPublicPath has to be set up. What should I do? ...