Regarding https://developer.moovweb.com/guides/static_prerendering#section_specifying_the_urls_to_prerender
To specify which URLs should prerendered, use the Router’s prerender function. The prerender function accepts an array of [PrerenderRequest](https://developer.moovweb.com/guides/static_prerendering) objects or an async function that returns the same…
I believe this should be referencing PreloadOptions
instead of PrerenderRequest
as mentioned here: prerender
Additionally, what are the possible PreloadOptions
? Looking at the example, it appears to be just { path: <String> }