This is a bug with quartz when deploy to github-page.

baseUrl used here is: <myusername>.github.io/quartz/

Also tested with baseUrl as https://name.github.io/quartz (i.e. no trailing slash). But the issue remains.

Frontmatter tags are working: frontmatter tag link

But inline tags are not working: inline tag link

Note that, the ‘link’ attached to the inline tag is incorrect. It misses the /quartz/ part in the URL.

  • Correct URL: https://name.github.io/quartz/tags/ssh
  • Incorrect URL: https://name.github.io/tags/ssh