clean config

This commit is contained in:
Austin Green 2017-10-27 23:57:32 -04:00
parent 03d24037e2
commit 180edd97d3
2 changed files with 2 additions and 6 deletions

View file

@ -41,7 +41,6 @@ export default ({ data }) => {
</div>
<h2>{frontmatter.pricing.heading}</h2>
<p>{frontmatter.pricing.description}</p>
{console.log(frontmatter.pricing.plans)}
<Pricing data={frontmatter.pricing.plans} />
</div>
</div>

View file

@ -21,11 +21,9 @@ collections:
- name: "pages"
label: "Pages"
files:
- name: "about"
- file: "src/pages/about"
label: "About"
folder: "src/pages/about"
create: false
slug: "{{slug}}"
name: "about"
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "about-page"}
- {label: "Path", name: "path", widget: "hidden", default: "/about"}
@ -34,7 +32,6 @@ collections:
- file: "src/pages/product"
label: "Products Page"
name: "products"
create: false
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "products-page"}
- {label: Title, name: title, widget: string}