Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-04-26 16:02:30 +0300
committerGitHub <noreply@github.com>2017-04-26 16:02:30 +0300
commitc5c4a156eec9a82d87bcc9c4228df721ac388672 (patch)
treee3def26f4910a263e8c1bacc35cc1ca055c60eba
parent2c7577e2aad41ee99271c926e5f3c38bd244651d (diff)
Fix netlify deploy
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index ae5f9fc..fcd26fa 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -4,7 +4,7 @@
# command = "bin/netlify.sh"
# publish = "exampleSite/public"
command = "bin/netlify-production.sh"
- publish = "exampleSite/dist/"
+ publish = "exampleSite/public/"
# Deploy Preview context: All Deploy Previews
# will inherit these settings.