Skip to content

Commit

Permalink
chore: removed unnecessary posts
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunAdobe committed Sep 15, 2023
1 parent b8f0323 commit 16a4dd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ declare module 'astro:content' {

type ContentEntryMap = {
"blog": {
"CI-CD-test.md": {
id: "CI-CD-test.md";
slug: "ci-cd-test";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"why-lainforge.md": {
id: "why-lainforge.md";
slug: "why-lainforge";
Expand Down
15 changes: 0 additions & 15 deletions src/content/blog/CI-CD-test.md

This file was deleted.

0 comments on commit 16a4dd6

Please sign in to comment.