Populate web/public/data/playlists/ with all 12 playlist slug JSON files and update index.json so the frontend fetch calls work during local development without requiring the index builder to have run. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10 lines
261 B
JSON
10 lines
261 B
JSON
{
|
|
"slug": "featured",
|
|
"title": "Featured Matches",
|
|
"description": "Recent highlights from the ladder",
|
|
"category": "featured",
|
|
"match_count": 0,
|
|
"created_at": "2026-04-21T00:00:00.000Z",
|
|
"updated_at": "2026-04-21T00:00:00.000Z",
|
|
"matches": []
|
|
}
|