I'm trying to generate 4 static HTML pages from a huge list of routes that the app has
But I only see info for pre-render and a nuxi command (nuxi generate) also for pre-render and not for pure static HTML.
One note, 99,99% of the routes I fetch from the server, and doing that using the pages:extended hook as it contains async requests and it was the only way I found to avoid the "double request" (server and then on the client)
Thanks