You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
This creates an index.html in the prerendered folder, but it doesn't copy any of the other files under dist folder (so all assets under css/ javascript/ and fonts/ are not copied over).
Is this intended behaviour of this plugin? I haven't been able to find any config options that could modify this. I've also searched and couldn't find any issues online mentioning assets copying (whether it is intended or not)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am using prerender-spa-plugin 3.4.0 with Vue 3.0.11.
I'm running Ubuntu 18.04.5 LTS in WSL2
My plugin config options in vue.config.js are as follows:
This creates an
index.html
in theprerendered
folder, but it doesn't copy any of the other files underdist
folder (so all assets under css/ javascript/ and fonts/ are not copied over).Is this intended behaviour of this plugin? I haven't been able to find any config options that could modify this. I've also searched and couldn't find any issues online mentioning assets copying (whether it is intended or not)
The text was updated successfully, but these errors were encountered: