Skip to content

Commit 138bb7d

Browse files
committed
chore: move algolia keys to env
1 parent 23f9d7e commit 138bb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nuxt.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export default defineNuxtConfig({
7373
runtimeConfig: {
7474
public: {
7575
algolia: {
76-
applicationId: 'Q46Q8609QS',
77-
apiKey: '1661c72375532f074aedd9452a1270be',
76+
applicationId: '',
77+
apiKey: '',
7878
langAttribute: 'lang',
7979
docSearch: {
8080
indexName: 'content-nuxtjs'

0 commit comments

Comments
 (0)