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
Do you want to request a feature or report a bug?
feature
What is the current behavior?
urls are resolved or not. one global flag via config.
What is the expected behavior?
allow some urls to pass unresolved:
url(media/image.jpg')
url(./media/image.jpg')
url(/media/image.jpg')
some prefix would be great:
url(!/media/image.jpg')
If this is a feature request, what is motivation or use case for changing the behavior?
can't make specific urls that will respect header 'base' meta. root urls do not respect 'base' meta at all.
in case if app hosted in subdirectory like domain.com/forum
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
feature
What is the current behavior?
urls are resolved or not. one global flag via config.
What is the expected behavior?
allow some urls to pass unresolved:
url(media/image.jpg')
url(./media/image.jpg')
url(/media/image.jpg')
some prefix would be great:
url(!/media/image.jpg')
If this is a feature request, what is motivation or use case for changing the behavior?
can't make specific urls that will respect header 'base' meta. root urls do not respect 'base' meta at all.
in case if app hosted in subdirectory like domain.com/forum
The text was updated successfully, but these errors were encountered: