Skip to content

Commit e531734

Browse files
committed
update umbraco demo
1 parent 7de9ffe commit e531734

File tree

2 files changed

+11
-35
lines changed

2 files changed

+11
-35
lines changed

src/demos/RemoteImageProviderUmbracoDemo/RemoteProviderComposer.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/demos/RemoteImageProviderUmbracoDemo/appsettings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
}
1212
},
1313
"Umbraco": {
14+
"Community": {
15+
"ImageSharpRemoteImages": {
16+
"Settings": [
17+
{
18+
"Prefix": "/ourumb",
19+
"AllowedDomains": [ "https://our.umbraco.com" ],
20+
"RemoteUrlPrefix": "https://our.umbraco.com"
21+
}
22+
]
23+
}
24+
},
1425
"CMS": {
1526
"Global": {
1627
"Id": "c84e1fac-e971-46e5-901f-c64c2cddc63d",

0 commit comments

Comments
 (0)