Skip to content

Commit

Permalink
just for title check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohittomar01 committed Apr 16, 2024
1 parent a25a021 commit 5c76334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/dashboard/[slug]/chat/[chatid]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function generateMetadata(
console.log("chattitle in chat id page", fetchedChat[0]?.title as string);

return {
title: "Echoes",
title: "Echoes chat",
description: "echoes Chat",
openGraph: {
title: fetchedChat[0]?.title as string,
Expand Down
2 changes: 1 addition & 1 deletion src/app/dashboard/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function generateMetadata({
const id = params.id;

return {
title: "Echoes",
title: "Echoes slug",
description: "echoes",
openGraph: {
title: "Echoes",
Expand Down

0 comments on commit 5c76334

Please sign in to comment.