-
-
Notifications
You must be signed in to change notification settings - Fork 609
Closed
Description
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