(Update) Update projet + todo
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-06-22 23:32:18 +02:00
parent ea71039071
commit 0c88206a23
20 changed files with 192 additions and 246 deletions
+3 -2
View File
@@ -4,6 +4,7 @@ import { notFound } from "next/navigation";
import type { Metadata } from "next";
import { games, getGame } from "@/lib/games";
import { getPostsByGame } from "@/lib/devblog";
import { SITE_URL } from "@/lib/site";
function formatDate(date: string) {
return new Date(date).toLocaleDateString("en-US", {
@@ -51,9 +52,9 @@ export default async function GamePage({ params }: Props) {
publisher: {
"@type": "Organization",
name: "Highland Games Studio",
url: "https://highlandgamesstudio.com",
url: SITE_URL,
},
url: `https://highlandgamesstudio.com/games/${game.slug}`,
url: `${SITE_URL}/games/${game.slug}`,
};
return (