Hi @Mahesh_Gunaje
I think it is expected since the url is not relative(path + anchor).
you can go with two fields in order to support MSM path conversion.
Hi @ButhpurKiran
You can use Firefly APIs to generate images
https://developer.adobe.com/firefly-services/docs/firefly-api/guides/api/image_generation/V3_Async/
You need to create your own clientlibs to call APIs
Hi @veerareddyc1015
Maybe you can try using Style System, if style change is for a component.
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/authoring/siteandpage/style-system
However the better solution is to inject additional project specific CSS from context-aw...
Hi @Mahesh_Gunaje
I believe you can use Jenkins or any other CI/CD tool to automate manual process/commands.
Adobe provide the postman collection to get token and other thing you can convert those to API calls in your pipeline.