(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
+4 -3
View File
@@ -3,6 +3,7 @@ import { Bebas_Neue, Inter } from "next/font/google";
import "./globals.css";
import { Navbar } from "./components/Navbar";
import { Footer } from "./components/Footer";
import { SITE_URL, LOGO_URL } from "@/lib/site";
const bebas = Bebas_Neue({
variable: "--font-bebas",
@@ -22,7 +23,7 @@ export const metadata: Metadata = {
},
description:
"Indie game studio crafting survival adventures. Where summits become worlds.",
metadataBase: new URL("https://highlandgamesstudio.com"),
metadataBase: new URL(SITE_URL),
openGraph: {
title: "Highland Games Studio",
description: "Where summits become worlds.",
@@ -47,8 +48,8 @@ const organizationJsonLd = {
"@context": "https://schema.org",
"@type": "Organization",
name: "Highland Games Studio",
url: "https://highlandgamesstudio.com",
logo: "https://highlandgamesstudio.com/image/Studio/Logo Flat.png",
url: SITE_URL,
logo: LOGO_URL,
description:
"Indie game studio crafting survival adventures. Where summits become worlds.",
slogan: "Where summits become worlds",