mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-07 08:26:07 -05:00
Improve SEO of hack pages
This commit is contained in:
@@ -6,6 +6,13 @@ export const PLATFORMS = [
|
||||
] as const;
|
||||
export type Platform = typeof PLATFORMS[number];
|
||||
|
||||
export const PLATFORM_NAMES: Record<Platform, string> = {
|
||||
GB: "Game Boy",
|
||||
GBC: "Game Boy Color",
|
||||
GBA: "Game Boy Advance",
|
||||
NDS: "Nintendo DS",
|
||||
};
|
||||
|
||||
export type BaseRom = {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user