Skip to content

Commit b2f345e

Browse files
author
Nazarii Mykhailets
committed
fix: imports in custom plugins
1 parent 9e40756 commit b2f345e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@theme/plugins/blog-posts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
3+
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
44

55
import { dirname, relative, join as joinPath } from 'path';
66
import markdoc from '@markdoc/markdoc';

@theme/plugins/code-samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
3+
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
44

55
import { dirname, relative, join as joinPath } from 'path';
66

0 commit comments

Comments
 (0)