-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong redirect #69
Comments
Hi! With the following test, which redirection are you expecting ?
The current implementation ( |
The current implementation forces my browser to go to ‘index.html’ instead of ‘domain/index.html’. The fix I suggested allows for a single slash and makes the browser go to the right path. You can test it by setting the ‘routePrefix’ option to ‘/‘ |
v0.10.1 - There stil seems to be a bug when using
routePrefix: '/'
even after this fix (#65) from @allevo. It redirects the browser toindex.html
instead ofhttp://domain/index.html
The text was updated successfully, but these errors were encountered: