You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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.docxand the page shows '404 - Not found'
If remove the symbol
#/to following linkhttp://localhost:3000/test.docxthen, 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 ?
All reactions