Skip to content

Commit b30f4a8

Browse files
authored
Update docusaurus.build.config.js (#412)
1 parent 0b622a7 commit b30f4a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/docusaurus.build.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
themeConfig: {
66
...buildConfig.themeConfig,
77
algolia: {
8+
appId: process.env.ALGOLIA_APP_ID,
89
apiKey: process.env.ALGOLIA_API_KEY,
910
indexName: 'arcus-azure',
1011
// Set `contextualSearch` to `true` when having multiple versions!!!
@@ -14,4 +15,4 @@ module.exports = {
1415
},
1516
},
1617
}
17-
}
18+
}

0 commit comments

Comments
 (0)