mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
Rename components name
This commit is contained in:
@ -31,7 +31,7 @@ async function pushAlgolia(gists) {
|
||||
);
|
||||
|
||||
// initialize the index with your index name
|
||||
const index = client.initIndex('RUA');
|
||||
const index = client.initIndex('rua');
|
||||
|
||||
// save the objects!
|
||||
const algoliaResponse = await index.replaceAllObjects(records);
|
||||
@ -61,4 +61,4 @@ function main() {
|
||||
isTest ? test(gists) : pushAlgolia(gists);
|
||||
}
|
||||
|
||||
main();
|
||||
main();
|
||||
|
Reference in New Issue
Block a user