Skip to content

Commit c6e4640

Browse files
committed
feat: archive new-game
1 parent bd33077 commit c6e4640

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

games/new-game/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html><body>ok</body></html>

manifest/games.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": 1,
3-
"generated_at": "2026-02-23T06:10:20.999668+00:00",
3+
"generated_at": "2026-02-23T06:10:44.460691+00:00",
44
"games": [
55
{
66
"slug": "example-score-attack",
@@ -17,6 +17,14 @@
1717
"path": "games/test-game-gitops/index.html",
1818
"url": "https://example.com",
1919
"created_at": "2026-02-23T04:15:33.992989+00:00"
20+
},
21+
{
22+
"slug": "new-game",
23+
"name": "New Game",
24+
"genre": "puzzle",
25+
"path": "games/new-game/index.html",
26+
"url": "https://example.com/games/new-game/index.html",
27+
"created_at": "2026-02-23T06:10:44.460691+00:00"
2028
}
2129
]
2230
}

0 commit comments

Comments
 (0)