Skip to content

Commit b9bb60e

Browse files
avivkellerCopilot
andauthored
Update src/generators/legacy-html/utils/buildContent.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 4ee0c11 commit b9bb60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generators/legacy-html/utils/buildContent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
populate,
1313
} from '../../../utils/configuration/templates.mjs';
1414
import { QUERIES, UNIST } from '../../../utils/queries/index.mjs';
15-
import { getRemarkRehypeWithShiki as remark } from '../../utils/remark.mjs';
15+
import { getRemarkRehypeWithShiki as remark } from '../../../utils/remark.mjs';
1616

1717
/**
1818
* Builds a Markdown heading for a given node

0 commit comments

Comments
 (0)