We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd33077 commit c6e4640Copy full SHA for c6e4640
2 files changed
games/new-game/index.html
@@ -0,0 +1 @@
1
+<html><body>ok</body></html>
manifest/games.json
@@ -1,6 +1,6 @@
{
2
"schema_version": 1,
3
- "generated_at": "2026-02-23T06:10:20.999668+00:00",
+ "generated_at": "2026-02-23T06:10:44.460691+00:00",
4
"games": [
5
6
"slug": "example-score-attack",
@@ -17,6 +17,14 @@
17
"path": "games/test-game-gitops/index.html",
18
"url": "https://example.com",
19
"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"
28
}
29
]
30
0 commit comments