-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
-
How to not include the symbol #/
in final link shown in the address bar?
I have set
- in 'index.html':
relativePath: true,
- in 'README.md':
[test](./test.docx)
If click on the link 'test', the link shown in the address bar is
http://localhost:3000/#/test.docx
and the page shows '404 - Not found'
If remove the symbol #/
to following link
http://localhost:3000/test.docx
then, it's able to download the 'test.docx'
I want to download the 'test.docx' with out removing the symbol #/
manually.
How to do it ?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment