From 3dd2439a9054e315411ff490db6a56d4fd02c989 Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 03:39:57 +0200 Subject: [PATCH] =?UTF-8?q?chore(prettier):=20=F0=9F=A4=96=20=E2=9C=A8=20(?= =?UTF-8?q?#403)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- packages/preview-kit/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/preview-kit/README.md b/packages/preview-kit/README.md index 7fdf219e..7685e1ba 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]