Skip to content

Commit

Permalink
hard code api keys for algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Sep 5, 2019
1 parent ee3c122 commit cc0a75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search.js
Expand Up @@ -15,7 +15,7 @@ import {
connectStateResults,
} from 'react-instantsearch-dom'

const client = algoliasearch(`${process.env.ALGOLIA_APP_ID}`, `${process.env.ALGOLIA_PUBLIC_API_KEY}`)
const client = algoliasearch('NLOD4N9T1X', '27ac39ffd2f1ec6477d7772f42ec3bb0')

const Hits = connectHits(({hits}) => (
<div
Expand Down

0 comments on commit cc0a75a

Please sign in to comment.