diff --git a/astro.config.mjs b/astro.config.mjs index 0cce76b..8d71655 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -32,8 +32,8 @@ export default defineConfig({ }) ], markdown: { - remarkPlugins: [remarkReadingTime], - rehypePlugins: [], + remarkPlugins: [remarkMath], + rehypePlugins: [rehypeKatex] }, redirects: { '/': '/page/1', @@ -50,4 +50,4 @@ export default defineConfig({ } } }, -}); \ No newline at end of file +});