'How to add custom link with store url in magento 2
Solution 1:[1]
In this case I would suggest using:
{{store url=crazy-clown-contact-lenses-pair.html}}
Solution 2:[2]
In this situation, you can't. This field is for static links that you will input (ex: https://example.com/path).
You can override the renderer code which use this datum, to complete link when it matches with a pattern which you will define. For example : {{ baseurl }}/your-link.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | djnetherton |
| Solution 2 | ThomasHWeb |

