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