Skip to content

Commit 14bba7b

Browse files
authored
Merge pull request #671 from subquery/fix/search
fix: search
2 parents fb971c5 + bd14791 commit 14bba7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vuepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
9393

9494
plugins: {
9595
docsearch: {
96-
appId: "30B5W460WL",
97-
apiKey: "fdae5afc6c3711a8b4f53a4801b43143",
98-
indexName: "subquery_academy",
96+
appId: "HIFVNOT2R7",
97+
apiKey: "adae3ba421d66a72633fdb0e703d9c72",
98+
indexName: "SubQuery Doc",
9999
},
100100
/*
101101
pwa: {
@@ -203,7 +203,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
203203
"/subquery_network/governance/foundation.html",
204204
"/indexer/run_publish/publish.html":
205205
"/indexer/run_publish/introduction.html",
206-
206+
207207
// Restructured SDK build redirects
208208
"/indexer/build/cosmos-evm.html":
209209
"/indexer/build/datasource-processors/cosmos-evm.html",

0 commit comments

Comments
 (0)