Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit cd66b6e

Browse files
authored
Merge pull request #702 from aibtcdev/staging
Staging
2 parents fc8b9a2 + bab4f43 commit cd66b6e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/aidaos/[name]/layout.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ export async function generateMetadata({
4646
const seoDescription = extractMission(dao.description);
4747

4848
return {
49-
title: dao.name,
49+
// title: dao.name,
50+
title: "AIBTC",
5051
description: seoDescription,
5152
openGraph: {
52-
title: dao.name,
53+
title: "AIBTC",
5354
description: seoDescription,
5455
images: ogImageUrl
5556
? [
@@ -65,7 +66,7 @@ export async function generateMetadata({
6566
},
6667
twitter: {
6768
card: "summary_large_image",
68-
title: dao.name,
69+
title: "AIBTC",
6970
description: seoDescription,
7071
// Twitter specific image with 2:1 ratio
7172
images: twitterImageUrl ? [twitterImageUrl] : undefined,

0 commit comments

Comments
 (0)