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
In #3958, two new URL generation types. One of them is RELATIVE_PATH, which is useful when generating an off-line version of a website for instance. But to make it possible, you would need to pass the RELATIVE_PATH constant to all link generation, which is not really possible.
What about adding a global setting that would allow to switch to the RELATIVE_PATH strategy by default when generating links?