Skip to content

Commit 09b728d

Browse files
author
John Earle
committed
update search config
1 parent 1cfe853 commit 09b728d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/assets/scripts/shared/search.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ if (globals.displaySearch) {
1818

1919
o.addEventListener('load', function (e) {
2020
search = docsearch({
21-
appId: process.env.SEARCH_APP_ID,
22-
apiKey: process.env.SEARCH_API_KEY,
23-
indexName: 'winter-17',
21+
apiKey: 'a5ad71e92251e2eaad9e20a9befd004b',
22+
indexName: 'lightningdesignsystem',
2423
inputSelector: '#docsearch',
2524
autocompleteOptions,
2625
transformData: (hits) => {

0 commit comments

Comments
 (0)