You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,10 +18,10 @@ public class CdnMediaUrlProviderOptions
18
18
publicUriUrl{get;set;}=null!;
19
19
20
20
/// <summary>
21
-
/// Gets or sets a value indicating whether to remove <c>/media/</c> from the path, defaults to <c>true</c>.
21
+
/// Gets or sets a value indicating whether to remove the <see cref="Umbraco.Cms.Core.Configuration.Models.GlobalSettings.UmbracoMediaPath"/> from the path, defaults to <c>true</c>.
22
22
/// </summary>
23
23
/// <value>
24
-
/// <c>true</c> if <c>/media/</c> needs to be removed from the path; otherwise, <c>false</c>.
24
+
/// <c>true</c> if the media path needs to be removed from the path; otherwise, <c>false</c>.
0 commit comments