Skip to content

Commit 8dea62d

Browse files
Converted images to jpg
1 parent 1d28609 commit 8dea62d

File tree

129 files changed

+263
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+263
-45
lines changed

.astro/types.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@ declare module 'astro:content' {
173173
collection: "blog",
174174
data: InferEntrySchema<"blog">
175175
} & { render(): Render[".mdx"] },
176+
"nested-models-with-charm.mdx": {
177+
id: "nested-models-with-charm.mdx",
178+
slug: "nested-models-with-charm",
179+
body: string,
180+
collection: "blog",
181+
data: InferEntrySchema<"blog">
182+
} & { render(): Render[".mdx"] },
176183
"optimizing-your-docker-containers.mdx": {
177184
id: "optimizing-your-docker-containers.mdx",
178185
slug: "optimizing-your-docker-images-for-production",

public/inline_images/RabbitMQ.jpg

45.5 KB

public/inline_images/RabbitMQ.png

-96.8 KB
Binary file not shown.
79.5 KB
-224 KB
Binary file not shown.
80.1 KB
-184 KB
Binary file not shown.

public/inline_images/aws_ami.jpg

72.8 KB

public/inline_images/aws_ami.png

-46.8 KB
Binary file not shown.
129 KB

0 commit comments

Comments
 (0)