fix: add base href so assets load from nested SPA paths
relative ./style.css etc. resolve against the current pathname, so
/devlog/002 requests /devlog/style.css (404). <base href="/"> anchors
all relative URLs to the site root.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>