Skip to content

Commit

Permalink
Fixed algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
estradino committed Nov 1, 2024
1 parent 59d26bf commit fb53c17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"@nanostores/preact": "^0.1.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"algoliasearch": "^5.12.0",
"astro-embed": "^0.2.0",
"astro-tooltips": "^0.6.2",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/index-to-algolia.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {algoliasearch} = require('algoliasearch')
const algoliasearch = require('algoliasearch')
const {readFile} = require('fs')
const dotenv = require('dotenv')

Expand Down
5 changes: 4 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aftab Alam",
"license": "ISC"
"license": "ISC",
"dependencies": {
"algoliasearch": "^4.24.0"
}
}

0 comments on commit fb53c17

Please sign in to comment.