Skip to content

Commit

Permalink
fix(seo): og image and style
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 25, 2024
1 parent ba561d1 commit 3cc7224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/v-next/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ const roboto = Roboto({

export const metadata: Metadata = {
title: 'Delete or archive warehouses in batches',
description: PROJECT.description
description: PROJECT.description,
openGraph: {
images: PROJECT.ogImage
}
};

export default function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion apps/v-next/src/app/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Image() {
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'end'
alignItems: 'flex-end'
}}
>
<div
Expand Down

0 comments on commit 3cc7224

Please sign in to comment.