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
Copy file name to clipboardExpand all lines: source/DasBlog.Web.UI/Config/site.config
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,13 @@
29
29
30
30
<!-- END OF SUGGESTED SETTINGS -->
31
31
32
-
<!-- OPTIONAL: IF you use a CDN service your files are still stored locally on the blog site, and the CDN url below will replace your <Root> when referncing your binary content. -->
33
-
<!-- Set the base URL of the cdn servcie http://cdn.example.com/blog/ -->
34
-
<CdnRoot></CdnRoot>
32
+
<!-- OPTIONAL: Content Delivery Network (CDN)
33
+
The two CDN settings below (CdnFrom/CdnTo) is a search and replace pattern.
34
+
-->
35
+
<!-- The part of your <Root> or binary hosting path you want to replace (ex. http://example.com/content/binary/): -->
36
+
<CdnFrom></CdnFrom>
37
+
<!-- The URL of the cdn servcie you are replacing to (ex. http://cdn.example.com/content/binary/): -->
0 commit comments