spearhead-statuskit/netlify.toml
David Calavera 444a66a192
Remove favicons from the environment.
It's hard to assume people will have those setup correctly from the
beginning.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-28 10:52:19 -08:00

13 lines
368 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"