talos/netlify.toml
Andrew Rynhard 1b0ed13231 docs: move to gridsome
Brings in a new theme, improved content, and restructured layout.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
2020-10-26 21:14:14 -07:00

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"