How to overload same key to have different effect based on host/url? #1081
Replies: 1 comment
-
==== You may just write sed="01" to use both 0 and 1:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Title. I'd like to map
yy
to copy different URL based on site. Currently I get error thatyy
has already been mapped if I use the following format:If I change the host and env name in this, it says
yy
has already been mapped.EDIT: Piggybacking off of this discussion, can we fire off two sed pattern on a URL? Something like
sed="0,1"
Beta Was this translation helpful? Give feedback.
All reactions