Skip to content

How to use CDN url in magento2 products

I have completed magento integration from different platform to magento
There are 2L products in my store
Now all the images are saved in CDN.

During the import process I get the image name for specific products.
Now how Can I link the CDN url in my magento ?

For example:
product name: product1 
image name: product1.jpg
cdn url = https://cdn.example/products/product1.jpg

How can I get the load the images in magento using CDN ?