Skip to content

Commit 710303f

Browse files
feat(netlify): add netlify config file
1 parent 1a66a33 commit 710303f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[dev]
2+
command = "npm run docs:dev"
3+
4+
[build]
5+
command = "npm run docs:build"
6+
publish = "docs/.vuepress/dist"

0 commit comments

Comments
 (0)