Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/[[...path]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ export async function generateMetadata(props: MetadataProps): Promise<Metadata>
? `https://${process.env.VERCEL_URL}`
: domain;
let title =
'Sentry Docs | Application Performance Monitoring &amp; Error Tracking Software';
'Sentry Docs | Application Performance Monitoring & Error Tracking Software';
let customCanonicalTag: string = '';
let description =
'Self-hosted and cloud-based application performance monitoring &amp; error tracking that helps software teams see clearer, solve quicker, &amp; learn continuously.';
'Self-hosted and cloud-based application performance monitoring & error tracking that helps software teams see clearer, solve quicker, &amp; learn continuously.';
// show og image on the home page only
const images =
((await props.params).path ?? []).length === 0
Expand Down
Loading