How do I change the Product location URL in Shopify

Hi

I want to to use an extrnal server to present product images to Shopify, but how do I amend the existing URL’s to point to the new server, so that more recent images can be picked up.

  1. Identify the theme file(s) where the image URLs are used. Common files include product.liquid, collection.liquid, and thumbnail.liquid. The specific file(s) depend on your theme and customization.

  2. Modify the image URLs to point to your external server. Replace the existing URL domain with the URL of your external server. Make sure to maintain the file path and any necessary query parameters. For example:

Thank you !