Replies: 1 comment
-
|
No longer relevant. A double "$" character was tricking docusaurus into thinking this wasn't a proper link but a string. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the edit url function :
But in prod this always gets prefixed with the url + routeBasePath. This is quite annoying because we can't fully edit this url then...
Context: My website is deployed on github, users cannot edit themselves so I want the url to point to opening a github issue.
But instead I get
https://website.org/docs/https://github.com/name/repo/issues/... some other things.When I look for example in docusaurus codebase, they all seem to be doing the same as me, so i'm confused. Is the url am getting the correct behaviour ? How to get rid of this prefixing ?
Beta Was this translation helpful? Give feedback.
All reactions