Skip to content

Commit

Permalink
Fix stackbit issues (#226)
Browse files Browse the repository at this point in the history
As per Simon, in Slack.

Fixes #224
  • Loading branch information
Bud Parr authored Oct 27, 2019
1 parent b66e9a1 commit b2774d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stackbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stackbitVersion: ~0.2.39
ssgName: custom
publishDir: exampleSite/public
buildCommand: cd exampleSite && hugo --gc --baseURL "/" --themesDir ../.. && cd ..
uploadDir: exampleSite/static/uploads
uploadDir: uploads
staticDir: exampleSite/static
pagesDir: exampleSite/content
dataDir: exampleSite
Expand Down Expand Up @@ -64,7 +64,8 @@ models:
- type: string
name: changefreq
label: changefreq
- type: integer
- type: number
subtype: float
name: priority
label: priority
- type: string
Expand Down Expand Up @@ -173,7 +174,7 @@ models:
options:
- label: Main Menu
value: main
type: object
type: object
section:
type: page
label: Section
Expand Down

0 comments on commit b2774d9

Please sign in to comment.