mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-20 20:25:18 +02:00
🔨 Adds base path and headers to Netlify config
This commit is contained in:
parent
1cf4d61e88
commit
73fadd7d93
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
# Essential site config
|
# Essential site config
|
||||||
[build]
|
[build]
|
||||||
|
base = "/"
|
||||||
command = "yarn build"
|
command = "yarn build"
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
|
|
||||||
@ -13,3 +14,10 @@
|
|||||||
STATUSKIT_COMPANY_LOGO = "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png"
|
STATUSKIT_COMPANY_LOGO = "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png"
|
||||||
STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.to"
|
STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.to"
|
||||||
STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs"
|
STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs"
|
||||||
|
|
||||||
|
# Set any security headers here
|
||||||
|
[[headers]]
|
||||||
|
for = "/*"
|
||||||
|
[headers.values]
|
||||||
|
# Uncomment to enable Netlify user control. You must have a paid plan.
|
||||||
|
# Basic-Auth = "someuser:somepassword anotheruser:anotherpassword"
|
Loading…
x
Reference in New Issue
Block a user