Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 0cc7676

Browse files
authored
chore: fix marked import
1 parent 501e17b commit 0cc7676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fs = require('fs/promises')
22
const path = require('path')
3-
const marked = require('marked')
3+
const { marked } = require('marked')
44
const fm = require('front-matter')
55
const { highlight } = require('highlight.js')
66

0 commit comments

Comments
 (0)