Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Mar 24, 2024
1 parent 2fe5372 commit d96afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuekit/src/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function createSite(args) {
self.is_empty = true
}

const markedConfig = join(process.cwd(), root, site_data.marked_config || 'marked.config.js')
const markedConfig = joinRootPath(root, site_data.marked_config || 'marked.config.js', true)
const { default: marked_extensions=[] } = await import(markedConfig).catch(() => ({}))
// TODO: exclude `markedConfig` path from output dir

Expand Down

0 comments on commit d96afb4

Please sign in to comment.