-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
What problem does this feature solve?
Allows linking to assets without using /public
folder.
What does the proposed API look like?
<a href="../assets/logo.png">
<img src="../assets/logo.png">
</a>
Results in:
<a href="../assets/logo.png">
<img src="/img/logo.4f17609b.png">
</a>
Should result in:
<a href="/img/logo.4f17609b.png">
<img src="/img/logo.4f17609b.png">
</a>
Basti82b
Metadata
Metadata
Assignees
Labels
No labels