chore(deps): update dependencies

This commit is contained in:
xfy
2024-09-02 09:05:24 +08:00
parent 7d2d495db1
commit 9308c9e7be
6 changed files with 1231 additions and 952 deletions

View File

@ -47,7 +47,7 @@ const Page = async ({
mdxOptions: {
remarkPlugins: [remarkGfm],
rehypePlugins: [
[rehypeHighlight, { alias: { vue: 'xml' }, ignoreMissing: true }],
[rehypeHighlight, { alias: { vue: 'xml' } }],
rehypeSlug,
],
},