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 am trying to configure my app with a basename, but it looks like the documentation has vanished. Multiple places link to BasenameSupport.md (e.g., API.md), but it's 404.
The text was updated successfully, but these errors were encountered:
There are a few other links that seem to be affected by this. Fixing should just be a matter of updating links that point to /history/blob/master/ to /history/blob/v2.x/.
In HTML documents, you can use the element's href attribute to specify a basename for the page. This way, you don't have to manually pass the basename property to your createHistory function.
Does this mean that it is ok to use the <base> tag now? RR v2 gives a warning if I do that but RR v3 does not.
Also reading the documentation, it is not clear what issue is basename solving vs. <base> tag. When do I use one vs. the other?
lockbot
locked as resolved and limited conversation to collaborators
Jan 21, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to configure my app with a
basename
, but it looks like the documentation has vanished. Multiple places link toBasenameSupport.md
(e.g.,API.md
), but it's 404.The text was updated successfully, but these errors were encountered: