Files
rose-ash/lib
giles d357a5a7b9 otel: mount otel/routes before the blog /:slug catch-all in serve.sh
The blog post-detail route /:slug matches any single segment, so /otel was
being served as a missing blog slug (404). Order otel/routes ahead of the blog
routes so the literal /otel + /otel/stream match first.
2026-07-01 19:00:12 +00:00
..