Skip to content

Commit

Permalink
New Algolia Infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Aug 26, 2022
1 parent 9286635 commit 545994b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ window.dayjs = dayjs;

docsearch({
container: '#docsearch',
appId: 'BH4D9OD16A',
appId: '90UJMUR5MX',
indexName: 'statamic_3',
apiKey: 'b5e8f73c7462a6d5c8b525ef183aabec',
apiKey: '2cea01a83bd805b6c642d3bda0b91437',
transformItems(items) {
return items.map((item) => {
// Transform the absolute URL into a relative URL so it works locally.
Expand Down

0 comments on commit 545994b

Please sign in to comment.