mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
build(deps): bump astro and other dependencies (#651)
* build(deps): bump astro and its related dependencies * build(deps): bump dependencies to latest versions
This commit is contained in:
+7
-1
@@ -7,6 +7,7 @@ import {
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import mdx from "@astrojs/mdx";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import { unified } from "@astrojs/markdown-remark";
|
||||
import remarkToc from "remark-toc";
|
||||
import remarkCollapse from "remark-collapse";
|
||||
import {
|
||||
@@ -34,7 +35,12 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
markdown: {
|
||||
remarkPlugins: [remarkToc, [remarkCollapse, { test: "Table of contents" }]],
|
||||
processor: unified({
|
||||
remarkPlugins: [
|
||||
remarkToc,
|
||||
[remarkCollapse, { test: "Table of contents" }],
|
||||
],
|
||||
}),
|
||||
shikiConfig: {
|
||||
themes: { light: "min-light", dark: "night-owl" },
|
||||
defaultColor: false,
|
||||
|
||||
Reference in New Issue
Block a user