Designtradelive

repo: ~/Projects/designtradelive · 6 commits · 0 in last 24h, 0 in last 7d ·

Search the build

6 commits indexed

  1. 619918b 2026-05-31 Add per-site favicon (kills /favicon.ico 404)
  2. acd885d 2026-05-19 clean-URL routes: /about + /contact -> /#about anchor
  3. e7feded 2026-05-19 harden static layer: ignore + 404-guard editor/refactor snapshot files
  4. 4b9a7a9 2026-05-13 polish: editorial-bold hero + Field Guide section (3-card 'How to work the year')
  5. b1ed8f3 2026-05-10 hamburger nav: apply canonical pattern from sister-site fleet
  6. 8f611a5 2026-05-10 initial scaffold + GA gtag G-E8R8V9RDXN — designtradelive events directory (25 seed events)

Authors

Agents used

  • none detected

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.

Other build journals

← Designerwallcoverings  ·  all 4 projects  ·  Designtradereps →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 0ms