We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe16bda + dc01605 commit 607836fCopy full SHA for 607836f
src/lib/stack.ts
@@ -149,7 +149,8 @@ export class Stack {
149
...this.config.live_preview,
150
live_preview: query.live_preview || 'init',
151
contentTypeUid: query.contentTypeUid,
152
- entryUid: query.entryUid
+ entryUid: query.entryUid,
153
+ preview_timestamp: query.preview_timestamp || "",
154
}
155
this._client.stackConfig.live_preview = livePreviewParams;
156
0 commit comments