Skip to content

Commit

Permalink
feat(slug): modify the env for algolia search api key
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarmontuya committed Dec 20, 2023
1 parent 71f69a2 commit 05db8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[[...zesty]].js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function getServerSideProps({ req, res, resolvedUrl }) {
docs,
},
algolia: {
apiKey: process.env.ALGOLIA_APIKEY,
apiKey: process.env.ALGOLIA_SEARCH_KEY,
appId: process.env.ALGOLIA_APPID,
index: process.env.ALGOLIA_INDEX,
},
Expand Down

0 comments on commit 05db8a0

Please sign in to comment.