Hi,
On my quest to improve the prerendering and the SEO I have realized an issue I am facing nowadays: Each time I update my app in prod a new css file is created with a new generated random name. My previous build and my previous css file are fully deleted.
Prerender.io generates the proper HTML after prerendering but is keeping as a ref the css file from my build for styling, so as soon as I generate a new build, this ref is getting no css.
It means that if google crawls a page that was pretender a few days before I update my site it will have a ref to buildA.css which does not exist and therefor render a styleless page. Is there a way to keep the previous css file or have google crawler cache it so that this doesn’t happen after each update ?