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
When I did npm serve to implement I get this.
I added a plugin in the config file. Can someone help me.
plugins:[
[
require.resolve("@easyops-cn/docusaurus-search-local"),
({hashed: true, }),
]
],
added this plugin on the config file @weareoutman
The text was updated successfully, but these errors were encountered:
Same issue,
The devtools console showed an error Failed to load resource: the server responded with a status of 404 (Not Found) :3000/search-index.json?_=32082eef:1 17:39:57.648 User%20Profile:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON
When I did npm serve to implement I get this.
I added a plugin in the config file. Can someone help me.
plugins:[
[
require.resolve("@easyops-cn/docusaurus-search-local"),
({hashed: true, }),
]
],
added this plugin on the config file
@weareoutman
The text was updated successfully, but these errors were encountered: