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
script/serve-public.js: handle all URLs ending in a slash correctly
There is already code to handle the top-level URL correctly. However,
URLs like http://localhost:5000/book/ still weren't handled by appending
`index.html`. Let's fix this.
This is needed because we are _just_ about to add tests to verify that
the book redirects at URLs like https://git-scm.com/book/ work.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments