spearhead-statuskit/netlify.toml
David Calavera 0143a64735
🌅
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 15:33:10 -08:00

14 lines
416 B
TOML

[build]
command = "npm run build"
publish = "dist"
[context.deploy-preview]
command = "npm run build-preview"
[template.environment]
STATUSKIT_PAGE_TITLE = "title for the page"
STATUSKIT_COMPANY_LOGO = "url to your company's logo"
STATUSKIT_SUPPORT_CONTACT_LINK = "url to your support page"
STATUSKIT_RESOURCES_LINK = "url to your knowledge base page"
STATUSKIT_FAVICONS_PATH = "/images/favicons/"