add embeds to top and live scores pages
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m24s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m24s
This commit is contained in:
parent
981bc13a1f
commit
c8fb08b192
@ -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() {
|
||||
|
Reference in New Issue
Block a user