fix: correct title duplication on /games and /devices pages (Task 3)

This commit is contained in:
2026-05-25 19:30:19 +08:00
parent db9a9150e8
commit b14f03e2b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ import type { Metadata } from "next"
export const dynamic = "force-dynamic" export const dynamic = "force-dynamic"
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Devices — DeckyVault", title: "Devices",
description: description:
"Browse benchmark data for handheld and console gaming devices. Compare FPS, performance stats, and community benchmarks on DeckyVault.", "Browse benchmark data for handheld and console gaming devices. Compare FPS, performance stats, and community benchmarks on DeckyVault.",
keywords: ["steam deck", "handheld", "console", "benchmarks", "FPS", "performance", "devices"], keywords: ["steam deck", "handheld", "console", "benchmarks", "FPS", "performance", "devices"],
alternates: { canonical: "https://deckyvault.xyz/devices" }, alternates: { canonical: "https://deckyvault.xyz/devices" },
openGraph: { openGraph: {
title: "Devices DeckyVault", title: "Devices | DeckyVault",
description: description:
"Browse benchmark data for handheld and console gaming devices on DeckyVault.", "Browse benchmark data for handheld and console gaming devices on DeckyVault.",
url: "https://deckyvault.xyz/devices", url: "https://deckyvault.xyz/devices",
+2 -2
View File
@@ -16,7 +16,7 @@ import { GamesPageClient } from "./games-page-client"
export const dynamic = "force-dynamic" export const dynamic = "force-dynamic"
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Games — DeckyVault", title: "Games",
description: description:
"Browse the full catalog of Steam Deck games with benchmarks, community settings, and performance data. Filter by genre, device, and more.", "Browse the full catalog of Steam Deck games with benchmarks, community settings, and performance data. Filter by genre, device, and more.",
keywords: [ keywords: [
@@ -28,7 +28,7 @@ export const metadata: Metadata = {
], ],
alternates: { canonical: "https://deckyvault.xyz/games" }, alternates: { canonical: "https://deckyvault.xyz/games" },
openGraph: { openGraph: {
title: "Games DeckyVault", title: "Games | DeckyVault",
description: description:
"Browse the full catalog of Steam Deck games with benchmarks and performance data.", "Browse the full catalog of Steam Deck games with benchmarks and performance data.",
url: "https://deckyvault.xyz/games", url: "https://deckyvault.xyz/games",