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