Skip to content

Commit 895b14c

Browse files
committed
changes to content root
1 parent d9b6de3 commit 895b14c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Data/MarkdownOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public sealed class MarkdownOptions
44
{
55
public const string SectionName = "Markdown";
66

7-
public string ContentRoot { get; set; } = "Content";
7+
public string ContentRoot { get; set; } = "wwwroot/Content";
88
public string DefaultDocument { get; set; } = "index.md";
99
public bool PreferIndexFiles { get; set; } = true;
1010

appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"Markdown": {
17-
"ContentRoot": "Content/guide",
17+
"ContentRoot": "wwwroot/Content/guide",
1818
"DefaultDocument": "index.md",
1919
"PreferIndexFiles": true,
2020
"EnableSubdomainFolders": true,

0 commit comments

Comments
 (0)