From 06d9c8d8e04e512975495f8f852b602913c5bff4 Mon Sep 17 00:00:00 2001 From: Greg Raven Date: Fri, 23 Feb 2024 17:28:18 -0800 Subject: [PATCH] Update netlify.toml --- netlify.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/netlify.toml b/netlify.toml index b9cf87e8..85c0726b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,9 +1,7 @@ -# netlify.toml [build] publish = "." -# note: each of these fields is OPTIONAL [dev] - port = 8888 # The port that the netlify dev will be accessible on - publish = "." # The path to your static content folder - autoLaunch = true # a Boolean value that determines if Netlify Dev launches the local server address in your browser + port = 8888 + publish = "." + autoLaunch = true