mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 10:43:38 +00:00
professional + personal projects
This commit is contained in:
@@ -8,6 +8,7 @@ const {
|
||||
isDevMode = false,
|
||||
isHidden = false,
|
||||
tags = [],
|
||||
type = "personal",
|
||||
} = Astro.props;
|
||||
|
||||
tags.sort();
|
||||
|
||||
@@ -12,6 +12,7 @@ export interface Props {
|
||||
github?: string;
|
||||
hidden: boolean;
|
||||
tags?: string[];
|
||||
type: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user