@rocket/engine@0.2.7
github-actions
released this
23 Aug 09:54
·
17 commits
to main
since this release
Patch Changes
-
0ed3d6d: Adjust urls containing url fragments
<!-- user writes --> <a href="./about.rocket.js#some-id"></a> <!-- rocket outputs --> <!-- before --> <a href="./about.rocket.js#some-id"></a> <!-- after --> <a href="/about/#some-id"></a>