diff options
Diffstat (limited to '.frontmatter/config/content/pagefolders/legal.json')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/legal.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json index bafcb79..5b4ad08 100644 --- a/.frontmatter/config/content/pagefolders/legal.json +++ b/.frontmatter/config/content/pagefolders/legal.json @@ -1,10 +1,10 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Legal", + "title": "legal", "path": "[[workspace]]/content/legal", + "filePrefix": null, "previewPath": "legal", "contentTypes": [ - "docs", - "page" + "legal" ] }
\ No newline at end of file |
