next.js
next.js copied to clipboard
feat: include LP SDK in Contentful example
What?
Changing the Contentful example to include the Live Preview SDK to enable inspector mode and live updates.
https://github.com/vercel/next.js/assets/22968325/4a85da5a-e394-46bf-8517-00d1f4c6e7b9
How?
- import the
@contentful/live-preview
package - Had to use "use client" for some components to enable the
postMessage
iframe messaging that the Live Preview SDK relies on - For live updates to work we need to include the
sys.id
and__typename
in our GraphQL queries