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.
2 parents c397e37 + 13ac769 commit 90e1c7aCopy full SHA for 90e1c7a
scripts/update-search-index
@@ -30,7 +30,8 @@ rm -rf ./public/v?.*
30
echo " DONE"
31
32
echo
33
-echo "👩💻 Go to https://www.algolia.com/apps/Y1OMR4C7MF/api-keys/all"
+echo "👩💻 Go to https://dashboard.algolia.com/account/api-keys/all?applicationId=Y1OMR4C7MF"
34
+echo "👩💻 Copy the Write API Key with the copy button beside the obfuscated key and paste it below (note it won't seem like you're pasting)"
35
read -sp "Algolia Write API Key: " write_api_key
36
37
@@ -42,6 +43,7 @@ cat > ./config/credentials.json <<- EOF
42
43
"algoliaApplication": "Y1OMR4C7MF"
44
}
45
EOF
46
+
47
48
49
0 commit comments