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]