Skip to content

Commit 6081c27

Browse files
committed
cleanup package.json
1 parent 5677834 commit 6081c27

File tree

3 files changed

+941
-173
lines changed

3 files changed

+941
-173
lines changed

astro.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import {
88
} from "./src/rehype";
99
import {
1010
rehypeHeadingIds,
11-
rehypeShiki,
1211
type ShikiConfig,
1312
} from "@astrojs/markdown-remark";
13+
import rehypeShiki from '@shikijs/rehype'
1414
import { remarkAlert } from "remark-github-blockquote-alert";
1515
import react from "@astrojs/react";
1616
import arraybuffer from "vite-plugin-arraybuffer";

0 commit comments

Comments
 (0)