Skip to content

Commit

Permalink
feat: add og image
Browse files Browse the repository at this point in the history
  • Loading branch information
akhlopiachyi committed Apr 16, 2024
1 parent 2d2ed58 commit aa4ac47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ export const metadata: Metadata = {
description: "Discover Coreum, a layer-1 enterprise-grade blockchain with ISO20022, IBC interoperability, and Smart Tokens. Learn about $CORE token, smart contracts, DEX, and cross-chain bridges.",
keywords: ['Coreum blockchain', 'enterprise-grade blockchain', 'decentralized applications', 'smart contracts', 'smart tokens', '$CORE token', 'BPoS consensus', 'ISO20022 compatibility', 'IBC interoperability', 'Coreum DEX', 'crypto bridges', 'Sologenic ecosystem', 'blockchain scalability'],
icons: "/favicon.ico",
openGraph: {
type: 'website',
url: '',
description: 'Discover Coreum, a layer-1 enterprise-grade blockchain with ISO20022, IBC interoperability, and Smart Tokens. Learn about $CORE token, smart contracts, DEX, and cross-chain bridges.',
siteName: 'Coreum Docs',
images: [{
url: 'https://test.docs.coreum.dev/images/og.jpg',
}],
},
};

export default function RootLayout({
Expand Down
Binary file added public/images/og.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa4ac47

Please sign in to comment.