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
291 B
JSON
10 lines
291 B
JSON
{
|
|
"slug": "domination",
|
|
"title": "Total Domination",
|
|
"description": "One-sided victories where the winner crushed all opposition",
|
|
"category": "domination",
|
|
"match_count": 0,
|
|
"created_at": "2026-04-21T00:00:00.000Z",
|
|
"updated_at": "2026-04-21T00:00:00.000Z",
|
|
"matches": []
|
|
}
|