Draft/preview Content Platform
Having able to have draft/preview content option when visitng website which is currently available in preview mode(however, url is not freindly)
7
votes

-
johannes commented
Just put my message here for support:
On optimizely saas
Ok so basically there's no way for now to view the preview using the full URL itself instead of preview?
Just for comparison on other CMS, the graphql on Contentful we just need to add (preview: true /false) on the query such as:
BlogCollection(preview: true) to see the draft content.
And nextJS has this draft mode (https://nextjs.org/docs/app/guides/draft-mode) that works flawlessly if you have that feature.
instead of forcing user to just goes to /preview url.