preactjs / preact-cli

😺 Your next Preact PWA starts in 30 seconds.
MIT License
4.68k stars 377 forks source link

prerender and preact-helmet #745

Open DannyAziz opened 5 years ago

DannyAziz commented 5 years ago

How do you prerender routes and get the meta tags from preact-helmet to appear in the prerender?

I've tried following the preact-helmet docs and implementing const head = Helmet.rewind(); to prerender in preact-cli but that returns empty

Please mention other relevant information.

mririgoyen commented 3 years ago

@DannyAziz Did you ever find a solution to this?

DannyAziz commented 3 years ago

@goyney Nope