Skip to content

Flexible url resolving behavior #630

@SerikDM

Description

@SerikDM

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions