This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { getTranslations } from "next-intl/server";
|
||||
import MatchDetailContent from "@/components/matches/match-detail-content";
|
||||
|
||||
export async function generateMetadata() {
|
||||
const t = await getTranslations();
|
||||
|
||||
return {
|
||||
title: `${t("matches.match-details")} | Suggest Bet`,
|
||||
};
|
||||
}
|
||||
|
||||
export default function MatchDetailPage() {
|
||||
return <MatchDetailContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user