Skip to content

Commit 45efec9

Browse files
authored
fix(search): correct DocSearch app ID typo (O vs 0) (#8154)
1 parent be282c1 commit 45efec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/docsearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Set DOCSEARCH_API_KEY in your environment (e.g., .env file or build system)
55

66
const DOCSEARCH_API_KEY = "fac401d1a5f68bc41f01fb6261661490";
7-
const DOCSEARCH_APP_ID = "BH4D90D16A";
7+
const DOCSEARCH_APP_ID = "BH4D9OD16A";
88
const DOCSEARCH_INDEX_NAME = "webpack-js-org";
99

1010
module.exports = {

0 commit comments

Comments
 (0)