Skip to content

Commit f4f322d

Browse files
committed
chore: remove some deps
1 parent 0a08c61 commit f4f322d

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"astro-expressive-code": "^0.38.3",
2929
"astro-icon": "^1.1.5",
3030
"clsx": "^2.1.1",
31-
"easymde": "^2.18.0",
3231
"highlight.js": "^11.11.1",
3332
"marked": "^15.0.4",
3433
"marked-highlight": "^2.2.1",

pnpm-lock.yaml

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/blog/[slug].astro

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import type { SanityDocument } from "@sanity/client";
88
import { sanityClient } from "sanity:client";
99
import type { InferGetStaticPropsType } from "astro";
1010
import PostLayout from "@/layouts/BlogPost.astro";
11-
// import { PortableText } from "astro-portabletext";
1211
// import { marked } from "marked";
1312
1413
export async function getStaticPaths(): Promise<{ params: { slug: string } }> {

0 commit comments

Comments
 (0)