From a20c6474950a2f1211d45bc4fb2adf83925c9f19 Mon Sep 17 00:00:00 2001 From: saicaca Date: Sun, 29 Oct 2023 19:27:28 +0800 Subject: [PATCH] fix: missing reading time plugin --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 8d71655..47fb2f9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -32,7 +32,7 @@ export default defineConfig({ }) ], markdown: { - remarkPlugins: [remarkMath], + remarkPlugins: [remarkMath, remarkReadingTime], rehypePlugins: [rehypeKatex] }, redirects: {