You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make it a middleware; I'd expect it to rewrite the URL path into 404.html if the requested path does not exists, and pass the updated URL to the site handler.
Please avoid unneeded recursive function; it should be easy to implement the logic without recursion in this case.
/index.html
not found, try/404.html
/foo/index.html
not found, try/foo/404.html
&/404.html
The text was updated successfully, but these errors were encountered: