feat: remove mdx

This commit is contained in:
2026-02-03 16:16:29 -06:00
parent 4d7886b93c
commit 4203b63893
4 changed files with 1 additions and 562 deletions

View File

@@ -1,6 +1,5 @@
// From https://github.com/delucis/astro-blog-full-text-rss
import { getContainerRenderer as getMDXRenderer } from '@astrojs/mdx';
import rss, { type RSSFeedItem } from '@astrojs/rss';
import type { APIContext } from 'astro';
import { transform, walk } from 'ultrahtml';