fix: search index name error

This commit is contained in:
xfy
2025-05-19 20:22:53 +08:00
parent 7b6bf536ea
commit d05a01ea9e
3 changed files with 16 additions and 16 deletions

View File

@ -139,7 +139,7 @@ const HeadBar = () => {
{mounted ? (
<DocSearch
appId={process.env.NEXT_PUBLIC_ALGOLIA_APP_ID ?? ''}
indexName="RUA"
indexName="rua"
apiKey={
process.env.NEXT_PUBLIC_ALGOLIA_SEARCH_ADMIN_KEY ?? ''
}