Skip to content

Commit 20a05ba

Browse files
committed
add b
1 parent 58337f8 commit 20a05ba

Some content is hidden

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

48 files changed

+82
-30
lines changed

.astro/astro/content.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ declare module 'astro:content' {
176176
collection: "posts";
177177
data: InferEntrySchema<"posts">
178178
} & { render(): Render[".md"] };
179+
"11-26.md": {
180+
id: "11-26.md";
181+
slug: "11-26";
182+
body: string;
183+
collection: "posts";
184+
data: InferEntrySchema<"posts">
185+
} & { render(): Render[".md"] };
179186
"guide/02.md": {
180187
id: "guide/02.md";
181188
slug: "guide/02";

dist/2/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/_astro/11-26.DE56n3kN_F1yQ2.webp

1.37 MB
Binary file not shown.
-106 KB
Binary file not shown.
424 KB
Binary file not shown.

dist/_astro/demo-banner.D3NunzvK.jpg

2.44 MB

dist/_astro/demo-banner.WD4SMgz_.png

-877 KB
Binary file not shown.

dist/about/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/archive/category/Dev/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/archive/category/test/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)