mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
tags!
This commit is contained in:
@@ -12,6 +12,7 @@ interface ProjectMetadata {
|
||||
slug: string;
|
||||
hidden: boolean;
|
||||
image?: string;
|
||||
tags?: string[];
|
||||
}
|
||||
|
||||
interface AstroModule {
|
||||
@@ -163,6 +164,7 @@ const projects: ProjectMetadata[] = Object.values(
|
||||
slug={project.slug}
|
||||
isDevMode={isDevMode}
|
||||
isHidden={project.hidden}
|
||||
tags={project.tags || []}
|
||||
/>
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user