Skip to content

Commit 79863a1

Browse files
authored
Merge pull request #1262 from ipfs/fix-netlify
Add netlify build config
2 parents 30ae25b + 164cca4 commit 79863a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

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

0 commit comments

Comments
 (0)