You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-features/preview-mode.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,8 @@ The preview mode works on `getServerSideProps` as well. It will also be availabl
206
206
207
207
### Unique per `next build`
208
208
209
-
The bypass cookie value and private key for encrypting the `previewData` changes when a `next build` is ran, this ensures that the bypass cookie can’t be guessed.
209
+
Both the bypass cookie value and the private key for encrypting the `previewData` change when `next build` is completed.
210
+
This ensures that the bypass cookie can’t be guessed.
0 commit comments