We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca5683 + b5fd2db commit 5b1adb7Copy full SHA for 5b1adb7
.env.sample
@@ -1 +1,2 @@
1
ALGOLIA_API_KEY=213
2
+ALGOLIA_APP_ID=XYZ
docusaurus.config.js
@@ -64,7 +64,7 @@ module.exports = {
64
algolia: {
65
// need to update this
66
indexName: "devs-polygonid",
67
- appId: "VHJ21ILMOQ",
+ appId: process.env.ALGOLIA_APP_ID,
68
apiKey: process.env.ALGOLIA_API_KEY,
69
contextualSearch: true,
70
algoliaOptions: {
0 commit comments