fix vite and solid in dev

Inclusion of @astrojs/markdown-remark caused errors that cause solid
and vite to fail to load in dev. It's stripped in build.
This commit is contained in:
outfoxxed 2024-10-11 22:35:32 -07:00
parent 7f3b6795a6
commit 492200a42b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 7 additions and 18 deletions

View file

@ -96,7 +96,6 @@ export const markdownConfig: AstroMarkdownOptions = {
remarkPlugins: [[remarkAlert, { legacyTitle: true }]],
rehypePlugins: [
// FIXME: incompatible types between unified/Plugin and Astro/RehypePlugin
// @ts-expect-error
[sectionize as RehypePlugin, { idPropertyName: "id" }],
rehypeRewriteTypelinks,
],