diff options
Diffstat (limited to '.frontmatter/config/content/pagefolders/content.json')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/content.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json index b3a8201..a5f8455 100644 --- a/.frontmatter/config/content/pagefolders/content.json +++ b/.frontmatter/config/content/pagefolders/content.json @@ -1,4 +1,9 @@ { "title": "content", - "path": "[[workspace]]/content" + "path": "[[workspace]]/content", + "excludeSubdir": true, + "previewPath": "", + "contentTypes": [ + "default" + ] }
\ No newline at end of file |
