From e2fc5e7a2be4cb339ea6b81c84208ab6d2053b70 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Mon, 29 Nov 2021 00:59:06 -0800 Subject: [PATCH] Updated netlify toml file --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 060992b..c8ae290 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] - command = "npm run build" - publish = "public/" + command = "npm run build:bubo" + publish = "./public/"