penguin/flatgit

flatgit showcase

commit b4a1f393e27b2bf688c26d7e367b2c19a8d93436

author斟酌 鵬兄 <tgckpg@gmail.com>
date2026-06-18T23:18:23Z
subjectFixed JSON entry naming mismatch
commit b4a1f393e27b2bf688c26d7e367b2c19a8d93436
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2026-06-18T23:18:23Z

    Fixed JSON entry naming mismatch
---
 internal/render/manifest.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/render/manifest.go b/internal/render/manifest.go
index faf0f72..3f1ca07 100644
--- a/internal/render/manifest.go
+++ b/internal/render/manifest.go
@@ -82,7 +82,7 @@ func NewManifest(repo config.Repo, defaultBranch string, defaultCommit string) M
 			Refs:  "./refs.html",
 		},
 		Machine: ManifestAPIRoutes{
-			Self:    "./flatgit.json",
+			Self:    "./manifest.json",
 			Refs:    "./refs.json",
 			Commits: "./commits.json",
 			Tree:    "./tree/{ref}.json",