Skip to content

Commit

Permalink
Fix TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Dec 21, 2023
1 parent cac3309 commit 1b7f16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/site-search/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/composables/useSiteSearch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type SearchResultInstancesHrefSchema = {
[k: string]: unknown;
};
filter: {
fuzzy?: string;
fuzzy?: string | boolean;
query: string;
build_trigger_id?: string;
locale?: string;
Expand Down

4 comments on commit 1b7f16c

@vercel
Copy link

@vercel vercel bot commented on 1b7f16c Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-vite-typescript-vue3-example – ./examples/vite-typescript-vue3

vue-datocms-vite-typescript-vue3-example-datocms.vercel.app
vue-datocms-vite-typescript-vue3-example-git-master-datocms.vercel.app
vue-datocms-vite-typescript-vue3-example.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1b7f16c Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-query-subscription-example – ./examples/query-subscription

vue-datocms-query-subscription-example.vercel.app
vue-datocms-query-subscription-example-git-master-datocms.vercel.app
vue-datocms-query-subscription-example-datocms.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1b7f16c Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-vue-cli-babel-javascript-vue2-example – ./examples/vue-cli-babel-javascript-vue2

vue-datocms-vue-cli-babel-javascript-vue2-example.vercel.app
vue-datocms-vue-cli-babel-javascript-vue2-ex-git-00872c-datocms.vercel.app
vue-datocms-vue-cli-babel-javascript-vue2-example-datocms.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1b7f16c Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-site-search-example – ./examples/site-search

vue-datocms-site-search-example-git-master-datocms.vercel.app
vue-datocms-site-search-example.vercel.app
vue-datocms-site-search-example-datocms.vercel.app

Please sign in to comment.