Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: route /api/logo.png to logo function on lith

Express parsed "logo.png" as the function name instead of "logo".
Added route alias to match the old netlify.toml redirect.

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

+1
+1
lith/server.mjs
··· 288 288 "pack-telemetry": "bundle-telemetry", 289 289 "pack-telemetry-query": "bundle-telemetry-query", 290 290 "track-tape": "track-media", 291 + "logo.png": "logo", 291 292 }; 292 293 293 294 // --- Nested API routes (e.g. /api/chat/messages → chat-messages) ---