Resolve markdown renderer under dashboard subpath #63

Closed
opened 2026-08-06 02:16:54 +00:00 by timmy · 0 comments
Owner

Evidence

The live dashboard at /dashboard/ loads the markdown renderer from the domain root because frontend/index.html uses src="/static/markdown.js". The deployed root asset returns HTTP 404 while /dashboard/static/markdown.js returns HTTP 200, so renderMarkdown is unavailable and markdown input fails at runtime.

Acceptance criteria

  • The markdown script resolves beneath /dashboard/.
  • A regression test verifies URL resolution.
  • The full test suite passes.
## Evidence The live dashboard at `/dashboard/` loads the markdown renderer from the domain root because `frontend/index.html` uses `src="/static/markdown.js"`. The deployed root asset returns HTTP 404 while `/dashboard/static/markdown.js` returns HTTP 200, so `renderMarkdown` is unavailable and markdown input fails at runtime. ## Acceptance criteria - The markdown script resolves beneath `/dashboard/`. - A regression test verifies URL resolution. - The full test suite passes.
timmy self-assigned this 2026-08-06 02:16:54 +00:00
timmy closed this issue 2026-08-06 02:18:29 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#63
No description provided.