We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b6de3 commit 895b14cCopy full SHA for 895b14c
2 files changed
Data/MarkdownOptions.cs
@@ -4,7 +4,7 @@ public sealed class MarkdownOptions
4
{
5
public const string SectionName = "Markdown";
6
7
- public string ContentRoot { get; set; } = "Content";
+ public string ContentRoot { get; set; } = "wwwroot/Content";
8
public string DefaultDocument { get; set; } = "index.md";
9
public bool PreferIndexFiles { get; set; } = true;
10
appsettings.json
@@ -14,7 +14,7 @@
14
}
15
},
16
"Markdown": {
17
- "ContentRoot": "Content/guide",
+ "ContentRoot": "wwwroot/Content/guide",
18
"DefaultDocument": "index.md",
19
"PreferIndexFiles": true,
20
"EnableSubdomainFolders": true,
0 commit comments