fix: missing reading time plugin
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineConfig({
|
||||
})
|
||||
],
|
||||
markdown: {
|
||||
remarkPlugins: [remarkMath],
|
||||
remarkPlugins: [remarkMath, remarkReadingTime],
|
||||
rehypePlugins: [rehypeKatex]
|
||||
},
|
||||
redirects: {
|
||||
|
||||
Reference in New Issue
Block a user