You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(web): one source for the canonical origin, and document the move
vite.config.ts and src/config.ts each held their own copy of
https://annotkit.gpu-cli.sh. They are read in different build contexts —
Node at build time, the browser at runtime — so nothing forced them to
agree, and changing one without the other would ship a canonical tag and
an OG url pointing at different hosts. Both now import shared/site.ts.
Also documents the domain move, which was only half-covered: the README
listed VITE_SITE_URL in two config tables but never said what a domain
change actually costs. It is three edits — the shared constant, the
footer text in scripts/og-template.html (baked into og.png, so re-run
npm run og), and the two README backlinks.
Notes the honest non-answer too: package.json's description and the
request URLs in tests/subscribe.test.ts mention the domain and neither
matters, so nobody has to wonder whether they do.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments