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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.