You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
CoolLoong
changed the title
Error: ENOENT: no such file or directory, open 'C:\Users\15425\IdeaProjects\PNX-Wiki\build\docs\v1\search-index-docs.json
Error: ENOENT: no such file or directory, open 'xxx\build\docs\v1\search-index-docs.json
May 27, 2024
Referring to #212, it solved my problem by setting trailingSlash: true. whether is the bug reappeared?
I am using docusaurus version 3.3.2
docusaurus-search-local 0.41.0
We fixed this by returning trailingSlash to default (undefined). Luckily it looks like we don't need it to be true any more, but for others that use deployment methods that need that, this will be annoying.
config
The text was updated successfully, but these errors were encountered: