Closed Zhengqbbb closed 2 years ago
BTW I have deleted the tag, but it seems that there is still a problem. The setting of the branch
does not seem to take effect
Because the final parsed URL is a master branch
https://cdn.jsdelivr.net/gh/Zhengqbbb/img/cz/README-2022-07-20-12-39-21.png Expected https://raw.githubusercontent.com/zhengqbbbb/img/main/cz/readme-2022-07-20-12-39-21.png But https://raw.githubusercontent.com/zhengqbbbbb/img/master/cz/readme-2022-07-20-12-39-21.png
Oh I checked the rules of jsDelivr about Github CDN and solved https://www.jsdelivr.com/?docs=gh
Describe the bug
My image repo has a tag operation, which caused me to upload it to jsdelivr. The parsing finally has a tag in the url, but I have set github branch to main in the settings.
try open the link: https://cdn.jsdelivr.net/gh/Zhengqbbb/img/cz/README-2022-07-20-12-11-07.png
To Reproduce
Expected behavior
https://cdn.jsdelivr.net/gh/Zhengqbbb/img/cz/README-2022-07-20-12-11-07.png No: https://raw.githubusercontent.com/Zhengqbbb/img/v1.0.1/cz/README-2022-07-20-12-11-07.png Yes: https://raw.githubusercontent.com/Zhengqbbb/img/main/cz/README-2022-07-20-12-11-07.png
Screenshots
System information
VSCode information
Help
->About
->Copy
vs-picgo
version: v2.1.6Settings begin with
picgo
:Additional context
Is this bug picBed specific, i.e. only the picBed you use is affected? Yes
Is there any error in the console (
Help
->Toggle Developer tools
)?: No.