From 83b39b478ecc07531dd3f831cc2093112529ad16 Mon Sep 17 00:00:00 2001 From: Matty Stratton Date: Thu, 15 Feb 2024 14:19:19 -0600 Subject: [PATCH] fix build folder value Signed-off-by: Matty Stratton --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8caa53f..650e4dc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,7 +10,7 @@ environment = { NODE_VERSION = "18.04" } [context.deploy-preview] - publish = "dist/" + publish = "/build" [context.dev.environment] NODE_ENV = "development"