1b0ed13231
Brings in a new theme, improved content, and restructured layout. Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
15 lines
260 B
TOML
15 lines
260 B
TOML
[build]
|
|
base = "website"
|
|
publish = "dist"
|
|
command = "gridsome build"
|
|
|
|
[context.deploy-preview]
|
|
base = "website"
|
|
publish = "dist"
|
|
command = "gridsome build"
|
|
|
|
[context.branch-deploy]
|
|
base = "website"
|
|
publish = "dist"
|
|
command = "gridsome build"
|