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",
github: "https://github.com/hex248/factor-e",
hidden: false,
tags: ["game", "cpp", "opengl", "cmake", "pixel-art"],
tags: ["game", "c++", "opengl", "cmake", "pixel_art"],
};
---