PluralKit/netlify.toml

7 lines
147 B
TOML
Raw Normal View History

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