Skip to content

Commit 4f5300c

Browse files
committed
fix(plugin-markdown-stylize): fix config file path
1 parent 6a2f354 commit 4f5300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/markdown/plugin-markdown-stylize/src/node/prepareClientConfigFile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const prepareClientConfigFile = (
66
{ spoiler }: Record<string, unknown>,
77
): Promise<string> =>
88
app.writeTemp(
9-
`markdown-ext/config.js`,
9+
`markdown-stylize/config.js`,
1010
`\
1111
${spoiler ? `import "${getModulePath('@mdit/plugin-spoiler/style', import.meta)}"\n` : ''}\n
1212
`,

0 commit comments

Comments
 (0)