Skip to content

Commit

Permalink
fix: search api key
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuweitarek committed Jun 27, 2024
1 parent 4128d62 commit b177e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ const config: Config = {
copyright: `Copyright © ${new Date().getFullYear()} Tarek Liu. All rights reserved.`,
},
algolia: {
appId: process.env.APPLICATION_ID,
apiKey: process.env.API_KEY,
indexName: process.env.INDEX_NAME,
appId:"FQTGLWP1IQ",
apiKey:"cace56adc99ed14a1c3c5c719101eb6f",
indexName: "personal_website",
contextualSearch: true,
},
themes: [
Expand Down

0 comments on commit b177e61

Please sign in to comment.