mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Merge classnames to clsx
This commit is contained in:
@ -38,11 +38,7 @@ async function pushAlgolia(gists) {
|
||||
|
||||
// check the output of the response in the console
|
||||
console.log(
|
||||
`🎉 Sucessfully added ${
|
||||
algoliaResponse.objectIDs.length
|
||||
} records to Algolia search. Object IDs:\n${algoliaResponse.objectIDs.join(
|
||||
'\n'
|
||||
)}`
|
||||
`🎉 Sucessfully added ${algoliaResponse.objectIDs.length} records to Algolia search.`
|
||||
);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
@ -65,4 +61,4 @@ function main() {
|
||||
isTest ? test(gists) : pushAlgolia(gists);
|
||||
}
|
||||
|
||||
main();
|
||||
main();
|
Reference in New Issue
Block a user