I'm building a static site using next.js, and I want my website.com/about.html to work just as: website.com/about -- I'm not sure why it's forcing me to type .html.
Even if I structure my project: pages/about/index.js -- it generates a about.html instead of about/index.html on the static site.