tangled
alpha
login
or
join now
vielle.dev
/
site-archive
0
fork
atom
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Remove unneeded dependency
vielle.dev
9 months ago
34d275fa
16187bcf
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
-1
1 changed file
expand all
collapse all
unified
split
astro.config.mjs
-1
astro.config.mjs
···
3
3
import mdx from "@astrojs/mdx";
4
4
import sitemap from "@astrojs/sitemap";
5
5
6
6
-
import remarkToc from "remark-toc";
7
6
import { rehypeAccessibleEmojis } from "rehype-accessible-emojis";
8
7
import rehypeCustomHtml from "./rehype-custom-html";
9
8