Fix localization on detailed project pages.
All checks were successful
Build and deploy website / build (push) Successful in 34s
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>
This commit is contained in:
@ -1 +1,5 @@
|
||||
import type { CollectionEntry } from "astro:content"
|
||||
|
||||
export type AbsolutePathname = `/${string}`
|
||||
|
||||
export type Project = CollectionEntry<"projects">
|
||||
|
Reference in New Issue
Block a user