storyblok-nuxt
storyblok-nuxt copied to clipboard
Unpublished pages are published
With the given approach described in readme file, all the unpublished pages are publicly accessible.
const story = await useStoryblok("vue", { version: "draft" });
Is it possible to apply version: "published"
if not accessed from Storyblok editor?
Please advise!