From 5ac67a0856ed9bd8d8bb2d910d1866ea4e56aa17 Mon Sep 17 00:00:00 2001 From: jfh Date: Sat, 19 Sep 2020 18:29:44 +0200 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 2b63738e..4ce26d13 100644 --- a/netlify.toml +++ b/netlify.toml @@ -23,6 +23,6 @@ # Production context: all deploys from the Production branch set in your site's # deploy contexts will inherit these settings. [context.master] - publish = "src/" + publish = "/" command = "echo 'already built'"