-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Algolia Search Render Issue [solved] #118
Comments
u are missing apikey. |
@sli1989 Append apikey in site config file, same result when excuting If I removed the dependency https://github.com/theme-next/theme-next-algolia-instant-search, the exception was gone, but the algolia search function won't work |
after adding the |
I have tested for Gemini again, there seems no problem. Check carefully the doc. And |
|
i saw there have no algolia search lib in your 3rd libs files, did u git clone https://github.com/theme-next/theme-next-algolia-instant-search` to |
Sure |
u see there isno such lib cause i removed it and deploy to github |
perhaps you need open the algolia search and provide a live demo to find your bug in your blog. what's your output of |
|
i think it's the problem of lib's path. |
@sli1989
and
|
ok, thanks. |
Add custom css in It works well now:) |
can u tell me the detail steps to remove the |
.ais-search-box--magnifier svg {
display: none !important;
} |
thanks @Myfreedom614 Maybe it's more perfect using
|
I agree and want to create new issue
Expected behavior
Enable Algolia Search In Hexo Blog
Actual behavior
No response when click search button, encountered exception when execute
hexo generate
command:Steps to reproduce the behavior
hexo generate
command, you will see the exception outputNode.js and NPM Information
Package dependencies Information
Hexo Information
Hexo version
Hexo Configuration
NexT Information
NexT Version:
NexT Scheme:
NexT Configuration:
Other Information
The text was updated successfully, but these errors were encountered: