Skip to content

Commit

Permalink
chore: move algolia keys to env
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Oct 19, 2022
1 parent 23f9d7e commit 138bb7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Expand Up @@ -73,8 +73,8 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
algolia: {
applicationId: 'Q46Q8609QS',
apiKey: '1661c72375532f074aedd9452a1270be',
applicationId: '',
apiKey: '',
langAttribute: 'lang',
docSearch: {
indexName: 'content-nuxtjs'
Expand Down

0 comments on commit 138bb7d

Please sign in to comment.