Skip to content

Commit ae1f16d

Browse files
committed
feat: added mainpage
1 parent 3545f8e commit ae1f16d

8 files changed

Lines changed: 67 additions & 418 deletions

File tree

.astro/astro/content.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ declare module 'astro:content' {
44
Content: import('astro').MarkdownInstance<{}>['Content'];
55
headings: import('astro').MarkdownHeading[];
66
remarkPluginFrontmatter: Record<string, any>;
7+
components: import('astro').MDXInstance<{}>['components'];
78
}>;
89
}
910
}

.astro/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1762037279844
3+
"lastUpdateCheck": 1772967993300
44
}
55
}

0 commit comments

Comments
 (0)