Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 16037c5

Browse files
authored
Update docusaurus.build.config.js (#173)
1 parent 762e53a commit 16037c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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
contextualSearch: true,
@@ -13,4 +14,4 @@ module.exports = {
1314
},
1415
},
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)