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
I have a zotero/web-library installed under {myuniv.edu}/author/bibliography/, constraint non-negotiable. It is said that a react application can be moved to subfolders with this kind of writing <BrowserRouter basename="/author/bibliography/">, but, svg of icons is displayed with an absolute path, starting by /static/icons/. How to get the basename value in this context ? Some on the web advise to use useHref('/'), but it is not available in this context.
The text was updated successfully, but these errors were encountered:
I have a zotero/web-library installed under {myuniv.edu}/author/bibliography/, constraint non-negotiable. It is said that a react application can be moved to subfolders with this kind of writing
<BrowserRouter basename="/author/bibliography/">
, but, svg of icons is displayed with an absolute path, starting by /static/icons/. How to get the basename value in this context ? Some on the web advise to use useHref('/'), but it is not available in this context.The text was updated successfully, but these errors were encountered: