Open
Description
I'm using local-web-server
to serve a SSG-built Next.js site. Everything's working well except for when I try to access a page that's not found. I'd like to serve the Next.js-generated 404.html
file instead of the bare Not Found
text. Is there a way to do this out of the box with the local-web-server
CLI?