This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { getTranslations } from "next-intl/server";
|
||||
import H2HContent from "@/components/h2h/h2h-content";
|
||||
|
||||
export async function generateMetadata() {
|
||||
const t = await getTranslations();
|
||||
return {
|
||||
title: `${t("matches.head-to-head")} | Suggest Bet`,
|
||||
description: "Compare two teams and view their head-to-head match history.",
|
||||
};
|
||||
}
|
||||
|
||||
export default function H2HPage() {
|
||||
return <H2HContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user