Can we configure plasmic.json images scheme to point to custom absolute public URL prefix?

Hi Team Plasmic, I am configuring my plasmic.json/images/scheme . I was hoping to configure it to point to a CDN using publicUrlPrefixby setting it to a https://... value but it prefixes the value with a / . Is there any way to configure the files to load from a non Plasmic CDN?

Hi @auspicious_wildcat! That looks like a bug in our end. We will fix it so you’re able to specify a publicUrlPrefix with https://

Hey @auspicious_wildcat! We’ve just published @plasmicapp/cli 0.1.226 which should fix the behavior of publicUrlPrefix to allow URLs starting with https://

@tiago Thanks so much! cc @glorious_catfish @helpful_raven

@tiago I’m still showing a leading / am I missing something:

Screenshot 2023-03-15 at 1.43.23 PM.png

Screenshot 2023-03-15 at 1.43.51 PM.png

I’m sorry - it was fixed for CSS URLs (like background) but not for img src. A fix is on the way!