From 47db364ec45eaa0d346c56faff0b2c838e68af20 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 22 Jul 2023 19:35:16 +0100 Subject: [PATCH] Fixed Netlify config file --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6ff0bce..41c3e02 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ # Environmental variables and optioanl secrets [build.environment] # Build configuration env vars (uncomment if you want to conigure these) - CI=false # Set CI to false, to prevent warnings from exiting the build + # CI="false" # Set CI to false, to prevent warnings from exiting the build # CHROME_PATH='/usr/bin/chromium' # Path to Chromium binary # NODE_VERSION = "16.16.0" # Set the version of Node.js to use