We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3273342 commit e2960d1Copy full SHA for e2960d1
docusaurus.config.js
@@ -25,12 +25,12 @@ const config = {
25
{
26
analytics: {
27
enabled: true,
28
- apiKey: process.env.ORAMA_CLOUD_PRIVATE_API_KEY,
29
- indexId: process.env.ORAMA_CLOUD_INDEX_ID,
30
- deploy: process.env.ENABLE_ORAMA_CLOUD_DEPLOY,
+ apiKey: process.env.ORAMA_CLOUD_PRIVATE_API_KEY || '',
+ indexId: process.env.ORAMA_CLOUD_INDEX_ID || '',
+ deploy: process.env.ENABLE_ORAMA_CLOUD_DEPLOY === 'true',
31
},
32
searchbox: {
33
- placeholder: "Search...",
+ placeholder: "Search...",
34
35
searchButton: {
36
text: "Click here to search..."
0 commit comments