Skip to content

Commit

Permalink
chore(docs): update search
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 2, 2024
1 parent 33f7ffb commit 99b3ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layouts/doc-layout/DocSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function fetchQuery (val, onResult, onError) {
xhr.open('POST', `https://search.quasar.dev/indexes/${ process.env.SEARCH_INDEX }/search`)
xhr.setRequestHeader('Content-Type', 'application/json')
xhr.setRequestHeader('Authorization', 'Bearer 50dc8e7bbf5818999851a134539ff47e544e352b275ad9cd124a95d60aec36cf')
xhr.setRequestHeader('Authorization', 'Bearer b7a6ea9a9978a4e4d994c1f9451210327f207441adbcf04a4aada3d17d829359')
xhr.send(data)
}, 400)
}
Expand Down

0 comments on commit 99b3ee1

Please sign in to comment.