File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed
hydrogen-contentful-demo-store Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change 1
- # The stackbit.yaml file lets you define the characteristic of your website
2
- # needed to make your theme, or project, work with Stackbit. For more info about
3
- # stackbit.yaml configuration visit https://docs.stackbit.com/reference/stackbit-yaml/
4
1
stackbitVersion : ~0.5.0
5
- ssgName : custom
6
2
cmsName : contentful
7
3
nodeVersion : ' 16'
8
- devCommand : echo Starting && APP_PORT={PORT} npm run dev-no-window
9
-
10
- __unsafe_internal_stackbitRunnerOptions :
11
- displayName : Hydrogen
12
- patterns :
13
- doneStart : ['Local: http']
14
4
15
- # The "buildCommand" and the "publishDir" properties are used to configure the
16
- # serverless deployment platform when Stackbit creates a new site from this theme.
17
- buildCommand : npm run build
18
- publishDir : out
5
+ ssgName : custom
6
+ devCommand : echo Starting && APP_PORT={PORT} npm run dev-no-window
7
+ experimental :
8
+ ssg :
9
+ name : Hydrogen
10
+ logPatterns :
11
+ up : ' Local: http'
19
12
20
- # The "import" object defines how Stackbit should provision Contentful when
21
- # creating a new site from this theme via https://app.stackbit.com/create.
22
13
import :
23
14
type : contentful
24
15
contentFile : contentful/export.json
@@ -27,13 +18,11 @@ import:
27
18
spaceIdEnvVar : CONTENTFUL_SPACE_ID
28
19
deliveryTokenEnvVar : CONTENTFUL_DELIVERY_TOKEN
29
20
30
- styleObjectModelName : ThemeStyle
31
-
32
21
modelsSource :
33
22
type : contentful
34
23
35
24
# These models are merged with Contentful models
36
25
models :
37
26
PostLayout :
38
27
type : page
39
- urlPath : ' /journal/{slug}'
28
+ urlPath : ' /journal/{slug}'
You can’t perform that action at this time.
0 commit comments