Designtradelive
repo: ~/Projects/designtradelive · 6 commits · 0 in last 24h, 0 in last 7d ·
Skills used
- /about4
- /contact2
- /favicon1
- /refactor1
Creative ideas + design notes
Commits with substantial prose (≥120 chars) — the rationale behind each move.
acd885d · 2026-05-19 · clean-URL routes: /about + /contact -> /#about anchor
The hamburger nav links to /about but no /about page exists, so the link
was 404ing. The footer already carries the about copy as an anchor
(#about), so add a 301 redirect /about -> /#about and the same for
/contact (which the footer also exposes via mailto), so every nav link
lands somewhere real.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
e7feded · 2026-05-19 · harden static layer: ignore + 404-guard editor/refactor snapshot files
Broadens .gitignore to cover *.bak / *.bak.* / *.pre-* / *.orig / *.rej /
*.swp / *~ so refactor-pass leftovers never land in the repo, and adds an
Express middleware ahead of express.static that 404s any request whose
path matches the same pattern. Defends against the case where one of those
files does end up in public/ — it still can't serve to the public.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
File tree
16 files tracked. Click any to browse the source at HEAD.
rendered in 0ms