deploy to netlify button

This commit is contained in:
hwang381
2020-03-28 15:24:24 -07:00
parent 132ce2c5d4
commit d293d3f5b8
2 changed files with 9 additions and 0 deletions

3
netlify.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
command = "npm run build"
publish = "dist"