Skip to content

Commit

Permalink
fix: og image
Browse files Browse the repository at this point in the history
  • Loading branch information
suyalcinkaya committed May 8, 2024
1 parent 4c20b5f commit 982a6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const metadata: Metadata = {
siteName: 'Gauge',
locale: 'en-US',
type: 'website',
images: '/og-image.png'
images: `${process.env.NEXT_PUBLIC_URL}/og-image.png`
},
keywords: ['react', 'gauge', 'circular', 'progress', 'chart', 'percentage', 'progress bar', 'progress circle', 'pie'],
twitter: {
Expand Down

0 comments on commit 982a6d9

Please sign in to comment.