Skip to content

chore: drop Cloudflare Pages references and _hyperscript#17

Merged
acoshift merged 1 commit into
mainfrom
chore/drop-cloudflare-pages-and-hyperscript
Jun 14, 2026
Merged

chore: drop Cloudflare Pages references and _hyperscript#17
acoshift merged 1 commit into
mainfrom
chore/drop-cloudflare-pages-and-hyperscript

Conversation

@acoshift

Copy link
Copy Markdown
Member

Summary

Two cleanups bundled together, both done in one session:

  • Drop Cloudflare Pages references. The site is no longer hosted on Cloudflare Pages, so this removes the "Cloudflare Pages" mention and the *.pages.dev preview-URL references from CLAUDE.md, plus the https://:project.pages.dev/* x-robots-tag: noindex block from static/_headers.
  • Replace _hyperscript with plain JS. Removes the unpkg _hyperscript.min.js <script> tag and the inline _="on click ..." attributes in the navbar. The mobile menu toggle and "close menu on link click" behavior now live in the existing inline <script> in navbar.html, using plain DOM APIs.

Notes

  • The x-robots-tag: noindex rule for *.pages.dev previews is gone since that hosting is no longer used.
  • Behavioral nuance: the old markup didn't close the mobile menu when Privacy was clicked (it lacked the _ attribute); the new JS closes the menu on any nav-link click, which is more consistent and harmless (Privacy navigates to a separate page).
  • make build passes.

🤖 Generated with Claude Code

- Remove all "Cloudflare Pages" / *.pages.dev references from CLAUDE.md
  and the pages.dev noindex rule from static/_headers (no longer hosted
  on Cloudflare Pages).
- Replace _hyperscript with plain DOM JS: drop the unpkg <script> tag,
  remove inline _="on click ..." attributes, and wire the menu toggle
  and link-click close into the existing inline navbar script.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@deploys-app

deploys-app Bot commented Jun 14, 2026

Copy link
Copy Markdown

Preview deleted (PR closed).

@acoshift
acoshift merged commit 190f03d into main Jun 14, 2026
1 check passed
@acoshift
acoshift deleted the chore/drop-cloudflare-pages-and-hyperscript branch June 14, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant