diff --git a/@theme/plugins/blog-posts.js b/@theme/plugins/blog-posts.js index 84ae523a50..33caf11fbf 100644 --- a/@theme/plugins/blog-posts.js +++ b/@theme/plugins/blog-posts.js @@ -1,6 +1,6 @@ // @ts-check -import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js'; +import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js'; import { dirname, relative, join as joinPath } from 'path'; import markdoc from '@markdoc/markdoc'; diff --git a/@theme/plugins/code-samples.js b/@theme/plugins/code-samples.js index 27ba4fbd5a..668133eea5 100644 --- a/@theme/plugins/code-samples.js +++ b/@theme/plugins/code-samples.js @@ -1,6 +1,6 @@ // @ts-check -import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js'; +import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js'; import { dirname, relative, join as joinPath } from 'path';