add embeds to top and live scores pages
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m24s

This commit is contained in:
Lee 2024-10-28 13:28:54 +00:00
parent 981bc13a1f
commit c8fb08b192
2 changed files with 8 additions and 0 deletions

@ -4,6 +4,10 @@ import Card from "@/components/card";
export const metadata: Metadata = {
title: "Score Feed",
openGraph: {
title: "ScoreSaber Reloaded - Live Scores",
description: "View the live scores set by players on ScoreSaber.",
},
};
export default function ScoresPage() {

@ -8,6 +8,10 @@ import Link from "next/link";
export const metadata: Metadata = {
title: "Top Scores",
openGraph: {
title: "ScoreSaber Reloaded - Top Scores",
description: "View the top 100 scores set by players on ScoreSaber.",
},
};
export default async function TopScoresPage() {