Skip to content

Commit

Permalink
fix: og image (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Feb 20, 2024
1 parent fae471e commit dd9d702
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ export default defineConfig({
head: (
<>
<FrameMetadata
buttons={[
{
action: 'link',
label: 'Check out the docs',
target: 'https://onchainkit.xyz',
},
]}
image={{
src: 'https://onchainkit.xyz/logo/',
src: 'https://onchainkit.xyz/logo/v0-8.png',
}}
ogTitle={ONCHAINKIT_TITLE}
ogDescription={ONCHAINKIT_DESCRIPTION}
Expand Down

0 comments on commit dd9d702

Please sign in to comment.