migrate to astro v3

This commit is contained in:
somrat sorkar
2023-09-03 12:46:51 +06:00
parent 77c166f41b
commit d88f0f62b6
13 changed files with 33 additions and 39 deletions
-5
View File
@@ -1,11 +1,6 @@
import { slug } from "github-slugger";
import { marked } from "marked";
marked.use({
mangle: false,
headerIds: false,
});
// slugify
export const slugify = (content: string) => {
return slug(content);