Skip to content

Commit

Permalink
Update README.md (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhagan-cf authored Oct 30, 2023
1 parent 5f4fb5f commit 49185fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ import { ContentfulLivePreviewProvider } from '@contentful/live-preview/react';

const CustomApp = ({ Component, pageProps }) => (
<ContentfulLivePreviewProvider locale="en-US" enableInspectorMode={pageProps.draftMode} enableLiveUpdates={pageProps.draftMode}>
<Component {...pageProps}>
<Component {...pageProps} />
</ContentfulLivePreviewProvider>
)
```
Expand Down

0 comments on commit 49185fe

Please sign in to comment.