import type { CollectionEntry } from "astro:content" export type AbsolutePathname = `/${string}` export type Project = CollectionEntry<"projects">