egoist/docute
The issue has been closed
Proper url paths #128
ezra-obiwale posted onGitHub
For links like
[Test Link](/test-link)
which resolve to
<a href="/test-link" router-link="/test-link">Test Link</a>
, it would be great if the href
attribute actually bears the proper url like href="/#/test-link"
.
This is important for Algolia's bot when crawling the pages as the current link /test-link
is of course broken.
This is currently affecting my Laraquick's doc.