-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build breaks with "trailingSlash: false" #52
Comments
Thank you for bringing this up! I have released a fix as part of 0.6.3. |
hi @cmfcmf , could it be this issue regressed? trailingSlash=false :
trailingSlash=true --> works like a charm! |
You're right! I fixed it again, and this time I also added example docs with |
@cmfcmf thanks Christian, awesome speed for fixing. totally works! |
Bug description
Hi! Recently the Docusaurus team introduced a new configuration option
trailingSlash: boolean | undefined
, see here.When specifying
trailingSlash: false
and using"@cmfcmf/docusaurus-search-local": "^0.6.2"
the Docusaurus build breaks.Reproduction
Add
trailingSlash: false
to the Docusaurus configError message:
You can reproduce the issue on this branch.
Environment
Package Versions
Node Version
node -v
:v12.22.1
Docusaurus Environment
docusaurus.config.js
file: DefaultAdditional context
The text was updated successfully, but these errors were encountered: