Skip to content

Commit defdd2b

Browse files
frenchie4111claude
andcommitted
chore(site): empty announcements feed before banner ships
The welcome entry was test data for verifying the banner renders end-to-end during development. Empty the array so the feature ships with no banner showing by default — future announcements get added deliberately, not because a placeholder slipped through. The file stays in place (rather than getting deleted) so the URL returns valid JSON and the poller's success path runs cleanly instead of logging a 404 on every refresh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 127e624 commit defdd2b

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

site/public/announcements.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"announcements": [
3-
{
4-
"id": "welcome-2026-05",
5-
"title": "Welcome to Harness! Star us on GitHub if you find this tool useful.",
6-
"href": "https://github.com/frenchie4111/harness",
7-
"publishedAt": "2026-05-25T00:00:00Z"
8-
}
9-
]
2+
"announcements": []
103
}

0 commit comments

Comments
 (0)