Skip to content

Commit cef63bf

Browse files
committed
Remove npm/pnpm lockfiles
1 parent 45b2834 commit cef63bf

File tree

3 files changed

+3
-22640
lines changed

3 files changed

+3
-22640
lines changed

.astro/types.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,13 @@ declare module 'astro:content' {
353353
collection: "post";
354354
data: InferEntrySchema<"post">
355355
} & { render(): Render[".mdx"] };
356-
"least-squares-gan.md": {
357-
id: "least-squares-gan.md";
356+
"least-squares-gan.mdx": {
357+
id: "least-squares-gan.mdx";
358358
slug: "least-squares-gan";
359359
body: string;
360360
collection: "post";
361361
data: InferEntrySchema<"post">
362-
} & { render(): Render[".md"] };
362+
} & { render(): Render[".mdx"] };
363363
"levelset-method.md": {
364364
id: "levelset-method.md";
365365
slug: "levelset-method";

0 commit comments

Comments
 (0)