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.
1 parent 62c8906 commit 391e44fCopy full SHA for 391e44f
utilities/data/getStoryData.ts
@@ -19,7 +19,6 @@ export const getStoryData = async ({
19
version: isProd && !isEditor ? 'published' : 'draft',
20
cv: isEditor ? Date.now() : undefined,
21
resolve_relations: resolveRelations,
22
- resolve_links: 'url',
23
token: isEditor ? process.env.STORYBLOK_PREVIEW_EDITOR_TOKEN : process.env.STORYBLOK_ACCESS_TOKEN,
24
};
25
0 commit comments