change color
This commit is contained in:
parent
141de7c95f
commit
7bc48872c6
2 changed files with 8 additions and 1 deletions
7
.astro/types.d.ts
vendored
7
.astro/types.d.ts
vendored
|
|
@ -136,6 +136,13 @@ declare module 'astro:content' {
|
|||
|
||||
type ContentEntryMap = {
|
||||
"blog": {
|
||||
"deploy-astro-on-nixos.md": {
|
||||
id: "deploy-astro-on-nixos.md";
|
||||
slug: "deploy-astro-on-nixos";
|
||||
body: string;
|
||||
collection: "blog";
|
||||
data: InferEntrySchema<"blog">
|
||||
} & { render(): Render[".md"] };
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue