mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
fix: minor fixes
(cherry picked from commit c55446003d7457a02467f9808bd24f7325ba91d6)
This commit is contained in:
@@ -5,7 +5,10 @@ import icon from "astro-icon";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import {remarkReadingTime} from "./src/plugins/remark-reading-time.mjs";
|
||||
|
||||
import rehypeKatex from "rehype-katex";
|
||||
|
||||
import Color from 'colorjs.io';
|
||||
import remarkMath from "remark-math";
|
||||
|
||||
// https://astro.build/config
|
||||
|
||||
@@ -30,6 +33,7 @@ export default defineConfig({
|
||||
],
|
||||
markdown: {
|
||||
remarkPlugins: [remarkReadingTime],
|
||||
rehypePlugins: [],
|
||||
},
|
||||
redirects: {
|
||||
'/': '/page/1',
|
||||
|
||||
Reference in New Issue
Block a user