We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a662300 commit efa73c3Copy full SHA for efa73c3
1 file changed
Gallery.Server/Configure.AppHost.cs
@@ -28,6 +28,8 @@ public override void Configure(Container container)
28
"http://localhost:5173",
29
"http://localhost:8080",
30
"https://docs.servicestack.net",
31
+ "https://jamstacks.net",
32
+ "https://razor-ssg.web-templates.io",
33
"https://razor-press.web-templates.io",
34
"https://" + Environment.GetEnvironmentVariable("DEPLOY_CDN")
35
}, allowCredentials: true));
0 commit comments