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 `defaultColor` from shikiConfig
vielle.dev
8 months ago
253896f4
ed9f000c
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
···
18
18
rehypePlugins: [rehypeAccessibleEmojis, rehypeCustomHtml],
19
19
shikiConfig: {
20
20
theme: "catppuccin-frappe",
21
21
-
defaultColor: false,
22
21
},
23
22
},
24
23
});