Exporting a NextJS app with correct static page routes on the server
When exporting a NextJS application ("build": "next build && next export") to the default out folder, the static pages get exported to .html files.
The issue with this is, when navigating to mydomain.com/about from the home page (mydomain.com) it wor...
anjanesh.dev1 min read