prismicio / prismic-next

Helpers to integrate Prismic into Next.js apps
https://prismic.io/docs/technologies/nextjs
Apache License 2.0
57 stars 7 forks source link

feat: support shareable Preview links #11

Closed dayhaysoos closed 2 years ago

dayhaysoos commented 2 years ago

Shareable links were not working with the initial alpha release of @prismicio/next

This PR makes it possible to use shareable links.

Types of changes

Description

The update to <PrismicPreview /> checks for Prismic Cookies and/or if Next Preview mode is enabled. It triggers Preview mode accordingly.

Checklist:

Baby Panda

dayhaysoos commented 2 years ago

Changes submitted, lemme know if I missed anything @angeloashmore