grnet / docusaurus-terminology

Home of Docusaurus Terminology Plugin
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

Incorrect behavior when baseUrl contains numbers #31

Open masofcon opened 5 months ago

masofcon commented 5 months ago

When using numbers in the baseUrl, the tooltip displays 'Loading...' and the generated links become broken.

example: baseUrl: '/feature/DOC-42-glossary-plugin'

html: <a href="/doc-review/site/feature/DOC-glossary-plugin/docs/topics/terms/base-type" style="text-decoration: underline;">base type</a>

masofcon commented 5 months ago

It's possible that changes made in this request introduced the problem.