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.
1 parent 583a0ed commit 361925eCopy full SHA for 361925e
src/modules/handbook.ts
@@ -5,8 +5,8 @@ import { sendWithMessageOwnership } from '../util/send';
5
import { TS_BLUE } from '../env';
6
import { decode } from 'html-entities';
7
8
-const ALGOLIA_APP_ID = 'BH4D9OD16A';
9
-const ALGOLIA_API_KEY = '3c2db2aef0c7ff26e8911267474a9b2c';
+const ALGOLIA_APP_ID = 'BGCDYOIYZ5';
+const ALGOLIA_API_KEY = '37ee06fa68db6aef451a490df6df7c60';
10
const ALGOLIA_INDEX_NAME = 'typescriptlang';
11
12
const algolia = algoliasearch(ALGOLIA_APP_ID, ALGOLIA_API_KEY, {});
0 commit comments