-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Make automatically added trailing slash in base optional #2865
Comments
What is the use case for that? |
@posva Our backend only allow us to use index.html to be the only entry to the SPA. |
Initial navigation should still work as the router will still recognize |
@posva No, the server response 404 on
And here is an example: https://codesandbox.io/s/vue-template-v7qmf |
I forgot about this but with Hash mode, there should be no |
What problem does this feature solve?
We use the following base config
what we want in href generated by
what we have now
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: