Skip to content

Commit

Permalink
fix introduced rehype error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Pob committed Apr 2, 2024
1 parent 4c66095 commit 86b3d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
jsxImportSource: 'solid-js',
providerImportSource: 'solid-mdx',
remarkPlugins: [remarkGfm],
rehypePlugins: [rehypeHighlight()],
rehypePlugins: [rehypeHighlight],
}),
enforce: 'pre',
} as Plugin,
Expand Down

0 comments on commit 86b3d51

Please sign in to comment.