more tags on projects

This commit is contained in:
Oliver Bryan
2025-09-30 16:34:10 +01:00
parent 4295d8f4a9
commit 973de1286e
4 changed files with 11 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export const metadata = {
image: "/factor-e-icon.svg", image: "/factor-e-icon.svg",
github: "https://github.com/hex248/factor-e", github: "https://github.com/hex248/factor-e",
hidden: false, hidden: false,
tags: ["game", "cpp", "opengl", "cmake", "pixel-art"], tags: ["game", "c++", "opengl", "cmake", "pixel_art"],
}; };
--- ---

View File

@@ -11,7 +11,7 @@ export const metadata = {
url: "https://glimpse.ob248.com", url: "https://glimpse.ob248.com",
github: "https://github.com/hex248/glimpse", github: "https://github.com/hex248/glimpse",
hidden: false, hidden: false,
tags: ["web", "react", "typescript"], tags: ["web", "react", "typescript", "postgresql", "blobs", "database"],
}; };
--- ---

View File

@@ -9,7 +9,14 @@ export const metadata = {
slug: "mizu", slug: "mizu",
image: "/mizu-icon.svg", image: "/mizu-icon.svg",
hidden: true, hidden: true,
tags: ["nodejs", "typescript", "postgresql", "aws_s3", "discord"], tags: [
"node",
"typescript",
"postgresql",
"aws_s3",
"discord_api",
"database",
],
}; };
--- ---

View File

@@ -19,6 +19,7 @@ export const metadata = {
"livekit", "livekit",
"postgresql", "postgresql",
"oauth", "oauth",
"database",
], ],
}; };
--- ---