All checks were successful
Build and deploy website / build (push) Successful in 34s
Fix way too much padding on <br/> tags. Added some old project entries. Added Project as a convenience type. Added link class to all a tags to easier distinguish links in text. Signed-off-by: Martin Berg Alstad <git@martials.no>
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import type { CollectionEntry } from "astro:content"
|
|
|
|
export type AbsolutePathname = `/${string}`
|
|
|
|
export type Project = CollectionEntry<"projects">
|