10000
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 bdcd8fb commit 5518974Copy full SHA for 5518974
assets/script/search.ts
@@ -3,7 +3,7 @@ interface Window {
3
}
4
const ai = window.appInsights;
5
6
-const searchIndexMinUrl = "https://typespublisher.blob.core.windows.net/typespublisher/data/search-index-head.json";
+const searchIndexMinUrl = "https://typespublisher.blob.core.windows.net/typespublisher/data/search-index-min.json";
7
const searchIndexHeadUrl = "https://typespublisher.blob.core.windows.net/typespublisher/data/search-index-head.json";
8
9
const localStorageDataKey = 'typesearch-data';
0 commit comments