Skip to content

Commit

Permalink
fix: metadata title
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Jul 11, 2024
1 parent 4e43a3c commit 8918f90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/app/(content)/features/monitoring/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ const code = allUnrelateds.find(

export const metadata: Metadata = {
...defaultMetadata,
title: "API & Website Monitoring | OpenStatus",
title: "API & Website Monitoring",
description:'Get insights of the latency of your API and website from all over the world.',
twitter: {
...twitterMetadata,
title: "API & Website Monitoring | OpenStatus",
title: "API & Website Monitoring",
description:'Get insights of the latency of your API and website from all over the world.',
},
openGraph: {
...ogMetadata,
title: "API & Website Monitoring | OpenStatus",
title: "API & Website Monitoring",
description:'Get insights of the latency of your API and website from all over the world.',
},
};
Expand Down
6 changes: 3 additions & 3 deletions apps/web/src/app/(content)/features/status-page/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ const { description, subtitle } = marketingProductPagesConfig[1];

export const metadata: Metadata = {
...defaultMetadata,
title: "Status Page | OpenStatus",
title: "Status Page",
description:'Easily report to your users with our public or private status page.',
twitter: {
...twitterMetadata,
title: "Status Page | OpenStatus",
title: "Status Page",
description:'Easily report to your users with our public or private status page.',
},
openGraph: {
...ogMetadata,
title: "Status Page | OpenStatus",
title: "Status Page",
description:'Easily report to your users with our public or private status page.',
},
};
Expand Down

0 comments on commit 8918f90

Please sign in to comment.