mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-30 13:41:11 +00:00
Renames the route from /catch-no-one to /chatcontrol, the slug the page will ship on. The rename runs through everything that referenced it: the route constant becomes `chatControl`, the directory and its contract test are renamed, the page component follows, and so do the typewriter's arming class and the global its inline script sets — leaving those on the old name would have been a stale reference to a page that no longer exists. Verified against the static export: canonical, og:url, and the Article JSON-LD `url` and `@id` all resolve to logos.co/chatcontrol, the sitemap carries the new path and not the old one, and the arming class still matches the Tailwind variants that key off it.