PluralKit/netlify.toml

7 lines
139 B
TOML
Raw Normal View History

2020-07-28 16:21:47 +00:00
# Configuration for Netlify (website deployment, etc)
2020-07-28 16:19:40 +00:00
[build]
base = "docs/"
publish = "content/.vuepress/dist"
2020-07-28 16:19:40 +00:00
command = "npm run build"