Skip to content

Commit 3dfc6e1

Browse files
committed
chore: 更新路径
1 parent 58f8ea8 commit 3dfc6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Data/WebsiteOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class WebsiteOptions
5050
/// <summary>
5151
/// 源码地址
5252
/// </summary>
53-
public string SourceCodePath { get; set; } = "/root/BootstrapBlazor/src/";
53+
public string SourceCodePath { get; set; } = "/home/azureuser/BootstrapBlazor/src/";
5454

5555
/// <summary>
5656
/// Github 仓库地址

0 commit comments

Comments
 (0)