Skip to content

Commit 5398215

Browse files
authored
Update netlify.toml
1 parent 8758706 commit 5398215

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

netlify.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ name = "snooty-cache-plugin"
55
# set in your site’s Branches settings in the UI will inherit
66
# these settings.
77
[build]
8-
publish = "snooty/public"
9-
command = ". ./build.sh"
8+
base = "source"
9+
publish = "../snooty/public"
10+
command = "cd ../ && . ./build.sh"

0 commit comments

Comments
 (0)