444a66a192
It's hard to assume people will have those setup correctly from the beginning. Signed-off-by: David Calavera <david.calavera@gmail.com>
13 lines
368 B
TOML
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"
|