mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
fix page paths in config.yml
This commit is contained in:
parent
566502a976
commit
8ffb26d18c
1 changed files with 2 additions and 2 deletions
|
|
@ -21,14 +21,14 @@ collections:
|
|||
- name: "pages"
|
||||
label: "Pages"
|
||||
files:
|
||||
- file: "src/pages/about/about.md"
|
||||
- file: "src/pages/about/index.md"
|
||||
label: "About"
|
||||
name: "about"
|
||||
fields:
|
||||
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "about-page"}
|
||||
- {label: "Title", name: "title", widget: "string"}
|
||||
- {label: "Body", name: "body", widget: "markdown"}
|
||||
- file: "src/pages/product/product.md"
|
||||
- file: "src/pages/products/index.md"
|
||||
label: "Products Page"
|
||||
name: "products"
|
||||
fields:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue