This commit is contained in:
2023-03-11 18:42:01 +00:00
parent 19e1f1e141
commit 3fe255a0de
10 changed files with 89 additions and 1 deletions
+7
View File
@@ -186,6 +186,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
},
"using-tailwind-with-mui-base.md": {
id: "using-tailwind-with-mui-base.md",
slug: "using-tailwind-with-mui-base",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
},
},
};