Skip to content
Merged
Prev Previous commit
Next Next commit
chore: fix netlify publish path config
PR-URL: #569
Credit: @claudiahdz
Close: #569
Reviewed-by: @ruyadorno
  • Loading branch information
claudiahdz authored and ruyadorno committed Jan 6, 2020
commit f2d770ac768ea84867772b90a3c9acbdd0c1cb6a
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
base = "docs"
command = "npm run build"
publish = "docs/public"
publish = "public"