fix: missing reading time plugin

This commit is contained in:
saicaca 2023-10-29 19:27:28 +08:00
parent b4830e03ac
commit a20c647495
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default defineConfig({
})
],
markdown: {
remarkPlugins: [remarkMath],
remarkPlugins: [remarkMath, remarkReadingTime],
rehypePlugins: [rehypeKatex]
},
redirects: {