Skip to content

Commit 391e44f

Browse files
committed
test
1 parent 62c8906 commit 391e44f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utilities/data/getStoryData.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const getStoryData = async ({
1919
version: isProd && !isEditor ? 'published' : 'draft',
2020
cv: isEditor ? Date.now() : undefined,
2121
resolve_relations: resolveRelations,
22-
resolve_links: 'url',
2322
token: isEditor ? process.env.STORYBLOK_PREVIEW_EDITOR_TOKEN : process.env.STORYBLOK_ACCESS_TOKEN,
2423
};
2524

0 commit comments

Comments
 (0)