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 f488410 commit e943418Copy full SHA for e943418
src/theme/SearchBar/index.js
@@ -11,7 +11,7 @@ const SearchBar = ({className}) => {
11
hostUrl: 'https://search.tauri.studio',
12
apiKey:
13
'ea0105f56bb5a2111ed28c7a0c637fc0bed07273f571dc7cb1f73900e44f8e7f',
14
- indexUid: '0_0_0',
+ indexUid: '1_0_0_beta_rc_2',
15
inputSelector: '#search-bar-input',
16
debug: process.env.NODE_ENV === 'development',
17
transformData(hits) {
0 commit comments