summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src/remark-prism.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/remark/src/remark-prism.ts')
-rw-r--r--packages/markdown/remark/src/remark-prism.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/remark-prism.ts b/packages/markdown/remark/src/remark-prism.ts
index 549e09783..6d3e4e664 100644
--- a/packages/markdown/remark/src/remark-prism.ts
+++ b/packages/markdown/remark/src/remark-prism.ts
@@ -1,6 +1,6 @@
import { visit } from 'unist-util-visit';
import Prism from 'prismjs';
-import { addAstro } from '@astrojs/prism';
+import { addAstro } from '@astrojs/prism/internal';
import loadLanguages from 'prismjs/components/index.js';
const noVisit = new Set(['root', 'html', 'text']);