From f9b585ba5b4f0f98bf1702ee7e572baad3a0873f Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Fri, 28 Aug 2026 10:13:17 +0200 Subject: [PATCH] fix: add the missing comma in site.json The subtitle line lost its trailing comma, so site.json does not parse and the eleventy build fails on main. --- src/_data/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/site.json b/src/_data/site.json index 6544491054..8083d72047 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -5,7 +5,7 @@ "messaging": { "tagLine": "The Edge-Native Platform for Industrial Applications", "heroTagLine": "The Edge-Native Platform for Industrial IT, OT, and IIOT Applications", - "subtitle": "Build industrial applications in minutes with AI, then deploy and govern production from cloud to edge." + "subtitle": "Build industrial applications in minutes with AI, then deploy and govern production from cloud to edge.", "title": "Build workflows and integrations that optimize your industrial operations", "keywords": "Node-RED, Application Development, IoT, IIoT, Low-Code, open source, Integration, Workflow, Automation, Data Processing, Data Integration, Data Transformation, Data Visualization, Industrial Automation, Industrial IoT, Industry 4.0" },