spearhead-statuskit/netlify.toml

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/"