fix(web): the empty-repo primary CTA no longer 404s #5545
1 changed file+4−1
Modifiedsrc/routes/web.tsx+4−1View fileUnifiedSplit
@@ -4129,7 +4129,10 @@ web.get("/:owner/:repo", async (c) => {
41294129 Let AI write your first feature. Describe what you want to build
41304130 and Gluecron opens a pull request with the code.
41314131 </p>
4132 <Button href={`/${owner}/${repo}/specs`} variant="primary" style="align-self:flex-start">
4132 {/* The registered route is /spec (singular, specs.tsx) — this
4133 href said /specs and 404'd: the primary CTA a user sees
4134 seconds after creating their first repo, dead on click. */}
4135 <Button href={`/${owner}/${repo}/spec`} variant="primary" style="align-self:flex-start">
41334136 Let AI write your first feature
41344137 </Button>
41354138 </div>
41364139
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts