This commit is contained in:
2025-12-04 12:22:58 -05:00
parent a931b2950a
commit a3598149fe
3 changed files with 5365 additions and 3832 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
declare module 'astro:content' { declare module 'astro:content' {
interface Render { interface Render {
'.mdx': Promise<{ '.mdx': Promise<{
Content: import('astro').MarkdownInstance<{}>['Content']; Content: import('astro').MDXContent;
headings: import('astro').MarkdownHeading[]; headings: import('astro').MarkdownHeading[];
remarkPluginFrontmatter: Record<string, any>; remarkPluginFrontmatter: Record<string, any>;
components: import('astro').MDXInstance<{}>['components']; components: import('astro').MDXInstance<{}>['components'];
Generated
-3831
View File
File diff suppressed because it is too large Load Diff
+5364
View File
File diff suppressed because it is too large Load Diff