1

I need to preserve the index.html and query params in URL as it is. But when default route is loaded, they are removed and the default route is added with '#'. Is there any way to keep index and query params permenantly on URL.

4

1 Answer 1

1

Update the base tag to something like:

<base href="./index.html" />
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.