Skip to content

Commit 4483fdc

Browse files
fix: bug in mdsvex plugin
1 parent 179fa1a commit 4483fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/mdsvex/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports.default = {
99
{
1010
event: 'start',
1111
action: (app, params) => {
12-
const extension = params.extension || .md
12+
const extension = params.extension || '.md'
1313

1414
//provide an mdsvex object for developers to modify
1515
const conf = { extension, ...params }

0 commit comments

Comments
 (0)