Regarding Static Prerendering | Edgio Documentation
To specify which URLs should prerendered, use the Router’s prerender function. The prerender function accepts an array of [PrerenderRequest](Static Prerendering | Edgio Documentation) 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> }