Skip to content

fix: add the missing comma in site.json - #5702

Merged
Yndira-E merged 1 commit into
mainfrom
fix/site-json-missing-comma
Aug 28, 2026
Merged

fix: add the missing comma in site.json#5702
Yndira-E merged 1 commit into
mainfrom
fix/site-json-missing-comma

Conversation

@dimitrieh

Copy link
Copy Markdown
Contributor

Description

Outcome: main builds again.

src/_data/site.json lost the comma after subtitle, so the file does not parse. Eleventy reads it through .eleventy.js, so every build on main fails:

[11ty] src/_data/site.json: Expected ',' or '}' after property value
       in JSON at position 464 (line 9 column 9)

This takes down the website build and also Test Documentation with website on every open FlowFuse/flowfuse PR, since that job builds this repo. Introduced by #5685.

One character. Worth merging as soon as someone sees it.

Related Issue(s)

None.

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
  • For blog PRs, an Art Request has been created (instructions)

The subtitle line lost its trailing comma, so site.json does not parse and the
eleventy build fails on main.
@dimitrieh
dimitrieh requested review from andypalmi and cstns August 28, 2026 08:13
@Yndira-E
Yndira-E self-requested a review August 28, 2026 08:17

@Yndira-E Yndira-E left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just pushed the same fix!

@Yndira-E
Yndira-E enabled auto-merge August 28, 2026 08:17
@netlify

netlify Bot commented Aug 28, 2026

Copy link
Copy Markdown

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit f9b585b
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/6a91432f0c84b9000820b942
😎 Deploy Preview https://deploy-preview-5702--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 64 (🟢 up 13 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 85 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@Yndira-E
Yndira-E merged commit 662ce24 into main Aug 28, 2026
7 checks passed
@Yndira-E
Yndira-E deleted the fix/site-json-missing-comma branch August 28, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants