This commit is contained in:
+4
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user