Skip to content

Commit

Permalink
change algolia application and api key
Browse files Browse the repository at this point in the history
doesn't seem like we have control over the old one anymore and I wanted to update the index
  • Loading branch information
thatoddmailbox committed Oct 15, 2023
1 parent 4d2deba commit e3a00e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ markdown: kramdown
url: support.myhomework.space

algolia:
application_id: QF9EIEIPVJ
application_id: P9JHDU8QGZ
index_name: site # You can replace that with whatever name you want
files_to_exclude:
- index.html
Expand Down
4 changes: 2 additions & 2 deletions assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ $(() => {
});

const search = instantsearch({
appId: 'QF9EIEIPVJ',
apiKey: '850274baea92c3bf75c0f515e519bbf2',
appId: 'P9JHDU8QGZ',
apiKey: '23e64834610c20f4c4b37201da51bd13',
indexName: 'site',
routing: true
});
Expand Down

0 comments on commit e3a00e5

Please sign in to comment.