Missing API documentation for Static Prerendering

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> }

It should be PrerenderRequest, but it looks like there is some confusion with naming in the API. There is a release pending to fix this. In the mean time, the objects returned by router.prerender() can contain path and cookies. See this detailed example in the developer docs.