Account for move of code into subdir in netlify.toml

This commit is contained in:
Jasper Woudenberg 2020-03-02 10:32:00 +00:00
parent a472ee1462
commit bb0588225a
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[build]
command = "make public"
publish = "public"

4
netlify.toml Normal file
View File

@ -0,0 +1,4 @@
[build]
base = "lib/noredink-ui"
command = "make public"
publish = "lib/noredink-ui/public"