Alias regex failing #1680
Unanswered
skumaravelan
asked this question in
Q&A
Replies: 4 comments 3 replies
-
Hello! I don't remember right now what it might be, but maybe useful to check in |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, I don't have live example |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am trying to find an example to use router.. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry about this issue. I think this can be considered a bug. Mind making a reproduction and putting it in an issue? |
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
-
Hi Team,
I am trying to use alias to resolve the files in other repo. While doing that I need to add to token to get access.
/atom-db/README':'https://raw.github.com/atom/atom-db/main/README.md?token=Mytoken
When I try to have the above alias, the value is getting resolved tohttps://raw.github.com/atom-db/main//main/README.md?token= Mytoken.md.
The result is suffixing with".md" . Please help me resolve this issue.
Senthil
Beta Was this translation helpful? Give feedback.
All reactions