v0.0.24
Fixed
- Landing page buttons/links dead on GitHub Pages. The new landing used
raw-HTMLhref="/…"anchors, which VitePress does not rewrite with the
site base (/bunqueue-dashboard/docs/) — every internal button/card/tile
pointed outside the site. All internal raw anchors are now relative, and
the tour video resolves throughwithBase()(rawsrcattributes aren't
base-rewritten either). Verified by building with the Pages base locally
and clicking through.
Full Changelog: v0.0.23...v0.0.24