Skip to content

Commit 3e93cd3

Browse files
committed
Fix the example app
1 parent a0ea8bf commit 3e93cd3

2 files changed

Lines changed: 115 additions & 73 deletions

File tree

examples/package-lock.json

Lines changed: 114 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/src/SiteSearchExamples/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function SiteSearchExamples() {
1212
const [query, setQuery] = useState('');
1313
const { state, error, data } = useSiteSearch({
1414
client,
15-
searchIndexId: '7497',
15+
searchIndexId: '34759',
1616
// optional: you can omit it you only have one locale, or you want to find results in every locale
1717
initialState: { locale: 'en' },
1818
// optional: by default fuzzy-search is not active

0 commit comments

Comments
 (0)