Skip to content

Commit

Permalink
feat(test-studio): enable groq2024 search strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Dec 10, 2024
1 parent 13f2e48 commit 8c4e248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/test-studio/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ const sharedSettings = definePlugin({
enabled: true,
},
},

search: {
strategy: 'groq2024',
},
document: {
actions: documentActions,
inspectors: (prev, ctx) => {
Expand Down

0 comments on commit 8c4e248

Please sign in to comment.