fix pages collections
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nicholas 2024-03-05 21:41:39 +00:00
parent f3b31abc66
commit c9462c7bcc
1 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ media_folder: "assets/images"
collections:
- label: "Navigation"
name: Navig
name: Navigation
files:
- label: "Landing Page"
name: Landing
@ -39,9 +39,9 @@ collections:
file: "_sidebar.md"
fields:
- { label: 'Body', name: 'body', widget: 'markdown' }
- label: "Pages"
name: Content
folder: "pages"
create: true
fields:
- {label: "Body", name: "body", widget: "markdown"}
- label: "Pages"
name: Content
folder: "pages"
create: true
fields:
- {label: "Body", name: "body", widget: "markdown"}