PluralKit/netlify.toml

7 lines
139 B
TOML
Raw Normal View History

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