Skip to content

Commit

Permalink
docs(orama): fix orama deploy type error
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jul 25, 2024
1 parent 7fd7fc5 commit 9592ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const config = {
cloud: {
indexId: 'tkujjwkk1hfnz3lpg91pqn0y',
oramaCloudAPIKey: '4J9QUHFPmOzc9N6QN7oo5AYTKS1BEUzp', // Env variable suggested
deploy: true, // Enables deploy while building/starting
deploy: 'default', // Enables deploy while building/starting
},
},
],
Expand Down

0 comments on commit 9592ce2

Please sign in to comment.