From 38821a856f9963c88d123172475a472bf33e5293 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 21 Feb 2024 09:57:26 +0800 Subject: [PATCH] fix: import `treatAsHtml` path error --- src/node/markdownToVue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/markdownToVue.ts b/src/node/markdownToVue.ts index fd3b0d88..216142e5 100644 --- a/src/node/markdownToVue.ts +++ b/src/node/markdownToVue.ts @@ -15,8 +15,8 @@ import { type HeadConfig, type MarkdownEnv, type PageData, - treatAsHtml } from './shared' +import { treatAsHtml } from '../shared/shared' import { getGitTimestamp } from './utils/getGitTimestamp' import { processIncludes } from './utils/processIncludes'