Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Nov 19, 2023
1 parent 79fda58 commit d045660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/demo/src/widgets/Configuration.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { configure } from "instantsearch.js/es/widgets";

// for some reason this fails in CI, but not locally
export const configuration = configure({
// @ts-ignore
attributesToSnippet: ["description:10"],
// @ts-ignore
snippetEllipsisText: "…",
// @ts-ignore
removeWordsIfNoResults: "allOptional",
});

0 comments on commit d045660

Please sign in to comment.