professional + personal projects

This commit is contained in:
Oliver Bryan
2025-10-05 10:00:08 +01:00
parent a271a07a75
commit b129e4866d
9 changed files with 59 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ const {
isDevMode = false,
isHidden = false,
tags = [],
type = "personal",
} = Astro.props;
tags.sort();

View File

@@ -12,6 +12,7 @@ export interface Props {
github?: string;
hidden: boolean;
tags?: string[];
type: string;
};
}