Found by the propagation audit for the homepage promotion (patterns migration 2026-07-03-homepage-promotion.md).
Since #154, the homepage source is landing-preview.html (passthrough-emitted as /index.html); there is no root index.njk anymore (the old homepage lives at archive/home-v1/index.njk). Two docs still say otherwise:
CLAUDE.md:12 — structure diagram lists index.njk # Landing page. Fix: name landing-preview.html as the homepage source (and mention v2-redirect.njk + archive/home-v1/).
DEPLOY-subscribe.md:10 — "The home form (index.njk) does a native <form method=\"POST\">…". Fix: the form lives in landing-preview.html (which hardcodes the Worker URL rather than templating site.subscribeEndpoint — worth a sentence).
Both one-line reword fixes; no behavior change.
Found by the propagation audit for the homepage promotion (patterns migration
2026-07-03-homepage-promotion.md).Since #154, the homepage source is
landing-preview.html(passthrough-emitted as/index.html); there is no rootindex.njkanymore (the old homepage lives atarchive/home-v1/index.njk). Two docs still say otherwise:CLAUDE.md:12— structure diagram listsindex.njk # Landing page. Fix: namelanding-preview.htmlas the homepage source (and mentionv2-redirect.njk+archive/home-v1/).DEPLOY-subscribe.md:10— "The home form (index.njk) does a native<form method=\"POST\">…". Fix: the form lives inlanding-preview.html(which hardcodes the Worker URL rather than templatingsite.subscribeEndpoint— worth a sentence).Both one-line reword fixes; no behavior change.