We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f8ea8 commit 3dfc6e1Copy full SHA for 3dfc6e1
src/BootstrapBlazor.Server/Data/WebsiteOptions.cs
@@ -50,7 +50,7 @@ public class WebsiteOptions
50
/// <summary>
51
/// 源码地址
52
/// </summary>
53
- public string SourceCodePath { get; set; } = "/root/BootstrapBlazor/src/";
+ public string SourceCodePath { get; set; } = "/home/azureuser/BootstrapBlazor/src/";
54
55
56
/// Github 仓库地址
0 commit comments