mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 14:52:52 +01:00
fix: missing reading time plugin
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineConfig({
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
markdown: {
|
markdown: {
|
||||||
remarkPlugins: [remarkMath],
|
remarkPlugins: [remarkMath, remarkReadingTime],
|
||||||
rehypePlugins: [rehypeKatex]
|
rehypePlugins: [rehypeKatex]
|
||||||
},
|
},
|
||||||
redirects: {
|
redirects: {
|
||||||
|
|||||||
Reference in New Issue
Block a user