From ddbba5dcded3b6a469461a6ffc552b161f269500 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:15:22 +0000 Subject: [PATCH] =?UTF-8?q?chore(prettier):=20=F0=9F=A4=96=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/remix-groq-store-lazy/tsconfig.json | 7 ++++++- packages/preview-kit/README.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/remix-groq-store-lazy/tsconfig.json b/apps/remix-groq-store-lazy/tsconfig.json index 81f0e9f14..2adf323ba 100644 --- a/apps/remix-groq-store-lazy/tsconfig.json +++ b/apps/remix-groq-store-lazy/tsconfig.json @@ -1,5 +1,10 @@ { - "include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx", "../remix-live-store/app/getClient.tsx"], + "include": [ + "remix.env.d.ts", + "**/*.ts", + "**/*.tsx", + "../remix-live-store/app/getClient.tsx" + ], "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ES2020"], "isolatedModules": true, diff --git a/packages/preview-kit/README.md b/packages/preview-kit/README.md index 7fdf219e7..7685e1ba7 100644 --- a/packages/preview-kit/README.md +++ b/packages/preview-kit/README.md @@ -203,6 +203,7 @@ console.log(title, titleEditLink) ## Using Perspectives The `perspective` option can be used to specify special filtering behavior for queries. The default value is `raw`, which means no special filtering is applied, while [`published`](#published) and [`previewDrafts`](#previewdrafts) can be used to optimize for specific use cases. Read more about this option: + - [Perspectives in Sanity docs][perspectives-docs] - [Perspectives in @sanity/client README][perspectives-readme]