Hi,
I have this HTML code:
<my-cp1></my-cp1> <my-cp2></my-cp2>
my-cp1 and my-cp2 are components defined in Stencil.
my-cp1
my-cp2
And I would like to prerender it? How could I do?
We're trying to do something similar actually. It looks like prerendering might only work if you have an SPA set up with stencil-router? I can get the default index.html (with the js
Most helpful comment
We're trying to do something similar actually. It looks like prerendering might only work if you have an SPA set up with stencil-router? I can get the default index.html (with the js