Rename components name

This commit is contained in:
DefectingCat
2023-01-29 09:48:49 +08:00
parent bc00450881
commit 0119f82871
62 changed files with 98 additions and 98 deletions

View File

@ -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();