remove so much stuff
This commit is contained in:
parent
7f1c155a7b
commit
dac0749890
54 changed files with 183 additions and 5010 deletions
18
src/types.ts
18
src/types.ts
|
|
@ -1,18 +0,0 @@
|
|||
import type { CollectionEntry } from "astro:content";
|
||||
|
||||
export type CollectionKey =
|
||||
| "algorithms"
|
||||
| "software"
|
||||
| "meditations"
|
||||
| "autonomous-racing"
|
||||
| "git"
|
||||
| "death";
|
||||
export type PostCollection = Exclude<CollectionKey, "git">;
|
||||
|
||||
export type AnyCollectionEntry =
|
||||
| CollectionEntry<"algorithms">
|
||||
| CollectionEntry<"software">
|
||||
| CollectionEntry<"meditations">
|
||||
| CollectionEntry<"autonomous-racing">
|
||||
| CollectionEntry<"death">
|
||||
| CollectionEntry<"git">;
|
||||
Loading…
Add table
Add a link
Reference in a new issue