How can I get Next.js to generate pure html as the page is rendered and not all this extra overhead. My index page is just a list of links. I just want index.html. Is that possible?
Edit : How to get around api routes not working with export? I have a json file with list of {url,title} that I want to render in index.html statically