Skip to content

fix(demo): base-aware landing links + dead-link removal (#154)#192

Open
brandon-behring wants to merge 1 commit into
mainfrom
fix/154-demo-base-hrefs
Open

fix(demo): base-aware landing links + dead-link removal (#154)#192
brandon-behring wants to merge 1 commit into
mainfrom
fix/154-demo-base-hrefs

Conversation

@brandon-behring

Copy link
Copy Markdown
Owner

Fixes #154. The two live links (/chapters/, /search/) now thread BASE_URL (proof: a base: '/foo' build emits href="/foo/chapters/" / href="/foo/search/", config reverted after the test). The other two hrefs pointed at routes the academic demo never builds — /convergence/ (tools-only route) and /00-design/ (never existed) — removed with the surrounding tools-era prose (volatility metadata, version dropdown), which predates the demo's academic migration.

Closes #154.

🤖 Generated with Claude Code

https://claude.ai/code/session_01RAZxPcnVjkwv7nhYMxgKQE

…esign (#154)

The demo's hand-authored homepage hardcoded four root-absolute hrefs.
Two now thread BASE_URL (chapters, search — verified emitting
/foo/chapters/ and /foo/search/ under a base:'/foo' build). The other
two pointed at routes the academic demo never builds (/convergence/ is
tools-profile-only; /00-design/ never existed) — removed along with the
stale tools-era prose (volatility metadata, version dropdown).

Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RAZxPcnVjkwv7nhYMxgKQE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demo's own src/pages/index.astro emits root-absolute links — latent under non-root base

1 participant