bmustiata / fast-live-reload

A live reload that works with all the possible browsers.
18 stars 5 forks source link

Redirect all unmatched routes to a 404 page #34

Open RilDev opened 2 years ago

RilDev commented 2 years ago

Good day,

I just discovered this package today and it looks great for quick prototyping!

I was wondering if it was possible to redirect all unmatched routes to a 404.html page?

With http-server the command would look something like this: http-server --proxy http://localhost:8080? https://www.npmjs.com/package/http-server

Thank you!