Hi Guys,
Is there a way to change the default %asset_url% root?
Context:
My website has multiple usable root domains;
Each asset has multiple URLs according to the domains. E.g.
Asset URLs:
www.example1.com/asset-name
www.example2.com/asset-name
Example1 is always chosen as the default replacement for assets. It appears to be the first one alphabetically, although this may not be why it is chosen.
Is there a way to change the default URL that is being chosen? I would like ‘www.example2.com/asset-name’ to be used when I utilise %asset_url%.
Or is there a way to get the specific URL that I’m looking for?
E.g. using %asset_urls% with a keyword modifier to filter for the prefix I’m looking for?