Can we consider allowing frontend URL for media assets?
We are running a setup with a separate edit and frontend servers.
When assets are added to Optimizely Graph, the asset URL is always updated to be the edit server URL?not the frontend server. At first, I thought this was a mistake, but having dug into the code I see it?s intentional.
The RewriteAssetHostInitialization (Optimizely.ContentGraph.Cms.NetCore.Core explicitly switches the host for assets from the frontend to the edit server.
Could we make this optional via a configuration option?
1
vote
