update description
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
Lee 2023-10-27 16:40:24 +01:00
parent 2ce413ad3f
commit 570a9e627d

@ -23,7 +23,8 @@ async function getData() {
export async function generateMetadata(): Promise<Metadata> { export async function generateMetadata(): Promise<Metadata> {
const data = await getData(); const data = await getData();
const description = "View Scoresaber metrics and statistics over time."; const description =
"View Scoresaber metrics and statistics over the last 30 days.";
return { return {
title: `Analytics`, title: `Analytics`,