Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilrybacki committed Jul 14, 2024
1 parent 158b5b6 commit 3910d24
Show file tree
Hide file tree
Showing 5 changed files with 760 additions and 283 deletions.
7 changes: 7 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ declare module 'astro:content' {
collection: "articles";
data: InferEntrySchema<"articles">
} & { render(): Render[".mdx"] };
"reflections.mdx": {
id: "reflections.mdx";
slug: "reflections";
body: string;
collection: "articles";
data: InferEntrySchema<"articles">
} & { render(): Render[".mdx"] };
};
"poems": {
"30$.mdx": {
Expand Down
Binary file added public/assets/images/mermaid_phaistos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
282 changes: 0 additions & 282 deletions src/content/articles/_reflections.mdx

This file was deleted.

Loading

0 comments on commit 3910d24

Please sign in to comment.