Skip to content

Commit

Permalink
🗑️ Remove deprecated code #1804
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Aug 8, 2023
1 parent c7b9bff commit 9fe328d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ export const sanityConfig: Config = {
export const algolia = {
applicationId: process.env.NEXT_PUBLIC_ALGOLIA_APP_ID || '',
searchApiKey: process.env.NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY || '',
searchApiServerKey: process.env.ALGOLIA_SEARCH_API_SERVER_KEY || '',
}

0 comments on commit 9fe328d

Please sign in to comment.