forked from Lissy93/cheat-code
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
24 lines (21 loc) · 868 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Confliguration file for deploying Cheat-Code to Netlify
# Without the need to set anything in through the UI
# Docs: https://netlify.com/docs/netlify-toml-reference/
# Main site config
[build]
base = "/"
command = "npm run build"
publish = "build/"
functions = "functions/"
# Meta config, for the 1-Click deploy listing
[template.environment]
STATUSKIT_PAGE_TITLE = "Cheat-Code"
STATUSKIT_COMPANY_LOGO = "https://github.com/Lissy93/cheat-code/raw/master/static/pwa/android-chrome-512x512.png"
STATUSKIT_SUPPORT_CONTACT_LINK = "https://github.com/lissy93/cheat-code"
STATUSKIT_RESOURCES_LINK = "https://github.com/lissy93/cheat-code"
# Set any security headers here
[[headers]]
for = "/*"
[headers.values]
# Uncomment to enable Netlify user control. Requires premium plan.
# Basic-Auth = "someuser:somepassword anotheruser:anotherpassword"