Skip to content

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 04 Jul 13:10

Fixed

  • Landing page buttons/links dead on GitHub Pages. The new landing used
    raw-HTML href="/…" 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 through withBase() (raw src attributes aren't
    base-rewritten either). Verified by building with the Pages base locally
    and clicking through.

Full Changelog: v0.0.23...v0.0.24