this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unneeded dependency

-1
-1
astro.config.mjs
··· 3 3 import mdx from "@astrojs/mdx"; 4 4 import sitemap from "@astrojs/sitemap"; 5 5 6 - import remarkToc from "remark-toc"; 7 6 import { rehypeAccessibleEmojis } from "rehype-accessible-emojis"; 8 7 import rehypeCustomHtml from "./rehype-custom-html"; 9 8