Adds support for Netlify 1-Click deployment, adds main script to package.json, updates name and adds docs

This commit is contained in:
Alicia Sykes
2021-06-11 21:28:27 +01:00
parent 28650b7e6d
commit 089ac04f79
4 changed files with 53 additions and 9 deletions

9
netlify.toml Normal file
View File

@@ -0,0 +1,9 @@
[build]
command = "yarn build"
publish = "dist"
[template.environment]
STATUSKIT_PAGE_TITLE = "Dashy"
STATUSKIT_COMPANY_LOGO = "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png"
STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.as93.net"
STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs"