Skip to content

Commit 4965f39

Browse files
committed
fix: og image
1 parent 04e5052 commit 4965f39

File tree

16 files changed

+19
-6
lines changed

16 files changed

+19
-6
lines changed

apps/dashboard/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const metadata: Metadata = {
5454
siteName: 'Databuddy Dashboard',
5555
images: [
5656
{
57-
url: '/opengraph-image.png',
57+
url: '/og-image.png',
5858
width: 1200,
5959
height: 630,
6060
alt: 'Databuddy Dashboard Preview',
@@ -66,7 +66,7 @@ export const metadata: Metadata = {
6666
title: 'Databuddy Dashboard',
6767
description:
6868
'Powerful analytics dashboard for your websites. Track visitors, monitor performance, and gain insights into your audience.',
69-
images: ['/opengraph-image.png'],
69+
images: ['/og-image.png'],
7070
creator: '@databuddy',
7171
},
7272
robots: {
-94.6 KB
Binary file not shown.

apps/docs/app/(home)/ambassadors/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const metadata: Metadata = {
1919
description:
2020
'Join the Databuddy Ambassador Program and help us build the future of privacy-first analytics',
2121
url: 'https://www.databuddy.cc/ambassadors',
22+
images: ['/og-image.png'],
2223
},
2324
};
2425

apps/docs/app/(home)/api/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const metadata: Metadata = {
2626
description:
2727
'Experience powerful, privacy-first analytics that matches Google Analytics feature-for-feature without compromising user data. Zero cookies required, 100% data ownership, and AI-powered insights to help your business grow while staying compliant.',
2828
url: 'https://www.databuddy.cc/api',
29+
images: ['/og-image.png'],
2930
},
3031
};
3132

apps/docs/app/(home)/blog/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const metadata: Metadata = {
3232
description:
3333
'Insights, updates, and guides on privacy-first analytics, GDPR compliance, and modern web development.',
3434
url: 'https://www.databuddy.cc/blog',
35+
images: ['/og-image.png'],
3536
},
3637
};
3738

apps/docs/app/(home)/compare/[slug]/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ export async function generateMetadata({
5050
url: `https://www.databuddy.cc/compare/${slug}`,
5151
siteName: 'Databuddy',
5252
type: 'website',
53+
images: ['/og-image.png'],
5354
},
5455
twitter: {
5556
card: 'summary_large_image',
5657
title: data.seo.title,
5758
description: data.seo.description,
59+
images: ['/og-image.png'],
5860
},
5961
alternates: {
6062
canonical: `https://www.databuddy.cc/compare/${slug}`,

apps/docs/app/(home)/compare/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ export const metadata: Metadata = {
1919
url: 'https://www.databuddy.cc/compare',
2020
siteName: 'Databuddy',
2121
type: 'website',
22+
images: ['/og-image.png'],
2223
},
2324
twitter: {
2425
card: 'summary_large_image',
2526
title: 'Analytics Platform Comparisons | Databuddy',
2627
description:
2728
'Compare Databuddy with other analytics platforms. See why developers choose privacy-first analytics with better performance and data ownership.',
29+
images: ['/og-image.png'],
2830
},
2931
alternates: {
3032
canonical: 'https://www.databuddy.cc/compare',

apps/docs/app/(home)/contributors/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const metadata: Metadata = {
3131
description:
3232
'Meet the amazing developers building the future of privacy-first analytics',
3333
url: 'https://www.databuddy.cc/contributors',
34+
images: ['/og-image.png'],
3435
},
3536
};
3637

apps/docs/app/(home)/pricing/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const metadata: Metadata = {
1414
description:
1515
'Simple, transparent pricing for privacy-first analytics. Start free with 10K events/month, then pay only for what you use with fair tiered overage.',
1616
url: 'https://www.databuddy.cc/pricing',
17+
images: ['/og-image.png'],
1718
},
1819
};
1920

0 commit comments

Comments
 (0)