Open StephenPAdams opened 5 years ago
Not out the box. Umbraco need to use relative paths. What we did was create a simple helper method to use in our templates and will the relative path with the cloudfront one
Nice. So just use some sort of configuration outside of this plugin to define the CDN base and whether it’s enabled or not? What’s the helper method?
Thanks!
Exactly. 1 web config setting and a couple of lines of code
Hey gang! Curious if this file provider supports CloudFront (CDN)? Basically, it should work like the following:
Does this work out of box? Any examples?