Replies: 1 comment
-
Hi @xhao79 , just seeing this now. Perhaps this issue might provide some pointers? #1479 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to not include the symbol
#/
in final link shown in the address bar?I have set
relativePath: true,
[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 linkhttp://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