mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: change homepage title
This commit is contained in:
parent
9249aeafad
commit
2c0e4dc902
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export async function generateMetadata(
|
|||
// Get Org context information
|
||||
const org = await getOrganizationContextInfo(params.orgslug, { revalidate: 1800, tags: ['organizations'] });
|
||||
return {
|
||||
title: org.name + " — Home",
|
||||
title: `Home — ${org.name}`,
|
||||
description: org.description,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue