The documentation mentions the resolveAsset
filter in a couple places but not sure how exactly to set it up. I am not using a Sharp App where this is documented, but the SharpPagesFeature and want to setup a CDN using an Azure Blob. Do I just add the Azure to the virtual file system per the docs and this just works?
https://github.com/ServiceStack/ServiceStack.Azure#virtual-filesystem-backed-by-azure-blob-storage
{{ 'site.css' |> resolveAsset }}
--> the docs linked above say it will work on localhost by pulling the local file but I’m assuming that when locally I would have to not register the azure cdn? Also, the azure storage may have a different url for the cdn that sits in front so not sure how to actually set all that up using resolveAsset
or if I need to make my own script method which I’d prefer not to do if there is something that can be configured.