Skip to content

Commit dc86220

Browse files
committed
[Docs Site] Use new Algolia index
1 parent f7355e4 commit dc86220

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

astro.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ export default defineConfig({
197197
],
198198
}),
199199
starlightDocSearch({
200-
appId: "8MU1G3QO9P",
201-
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
202-
indexName: "TEST - Re-dev docs",
200+
appId: "D32WIYFTUF",
201+
apiKey: "5cec275adc19dd3bc17617f7d9cf312a",
202+
indexName: "prod_devdocs",
203203
}),
204204
starlightImageZoom(),
205205
]
206206
: [
207207
starlightDocSearch({
208-
appId: "8MU1G3QO9P",
209-
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
210-
indexName: "TEST - Re-dev docs",
208+
appId: "D32WIYFTUF",
209+
apiKey: "5cec275adc19dd3bc17617f7d9cf312a",
210+
indexName: "prod_devdocs",
211211
}),
212212
starlightImageZoom(),
213213
],

0 commit comments

Comments
 (0)