diff options
Diffstat (limited to '.frontmatter/config/content')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/content.json | 2 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/legal.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json index a5f8455..367b72d 100644 --- a/.frontmatter/config/content/pagefolders/content.json +++ b/.frontmatter/config/content/pagefolders/content.json @@ -4,6 +4,6 @@ "excludeSubdir": true, "previewPath": "", "contentTypes": [ - "default" + "page" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json index 7c17fcd..4aa2b4d 100644 --- a/.frontmatter/config/content/pagefolders/legal.json +++ b/.frontmatter/config/content/pagefolders/legal.json @@ -4,6 +4,6 @@ "previewPath": "legal", "contentTypes": [ "docs", - "default" + "page" ] }
\ No newline at end of file |
