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
[ERROR] Unable to build website for locale en.
[ERROR] Error: ENOENT: no such file or directory, open '/Users/<path>/build/.html'
error Command failed with exit code 1.
more context
docsRouteBasePath:"/"
setting trailingSlash:false and not setting docsRouteBasePath: "/" => build success but search-index.json is NOT generated
setting trailingSlash:false and setting docsRouteBasePath: "/" => build fails
not setting trailingSlash:false and setting docsRouteBasePath: "/" => build success and search-index.json is generated
bug
build fails when trailingSlash is false (#100)
error
more context
docsRouteBasePath:"/"
setting
trailingSlash:false
and not settingdocsRouteBasePath: "/"
=> build success butsearch-index.json
is NOT generatedsetting
trailingSlash:false
and settingdocsRouteBasePath: "/"
=> build failsnot setting
trailingSlash:false
and settingdocsRouteBasePath: "/"
=> build success andsearch-index.json
is generatedConfig
docusaurus.config.js
versions:
The text was updated successfully, but these errors were encountered: